1
0
Fork 0

Add guides

This commit is contained in:
Owen Ryan 2024-02-05 23:13:57 -05:00
parent 5bf555aaa3
commit 65ec3ec18f
57 changed files with 510 additions and 91 deletions

View file

@ -23,8 +23,10 @@
{% endcomment %}
<link href="/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/style.css" rel="stylesheet">
<!-- Load fontawesome here for faster loadtimes: https://stackoverflow.com/a/35880730/9523246 -->
{% comment %}
Load fontawesome here for faster loadtimes: https://stackoverflow.com/a/35880730/9523246
{% endcomment %}
<script>
lazyLoadCSS('https://use.fontawesome.com/releases/v6.4.0/css/all.css');
lazyLoadCSS('https://use.fontawesome.com/releases/v6.4.2/css/all.css');
</script>
</head>