fix syntax

master
Dirk Heilig 2024-01-18 18:30:30 +01:00
parent 98976a3c2e
commit 6b2ff96c3a
1 changed files with 5 additions and 3 deletions

View File

@ -82,9 +82,11 @@
}
</style>
<link rel="preload" as="stlesheet" href="{{ "lib/icofont/icofont.min.css" | relURL }}" />
<link rel="preload" as="stlesheet" href="{{ "css/syntax.css" | relURL }}" />
<link rel="preload" as="stlesheet" href="{{ "css/style.css" | relURL }}" />
<link rel="preload" as="style" href="{{ "lib/icofont/icofont.min.css" | relURL }}" />
<link rel="preload" as="style" href="{{ "css/syntax.css" | relURL }}" />
<link rel="preload" as="style" href="{{ "css/style.css" | relURL }}" />
<script src="/js/jquery-3.7.1.min.js"></script>
<script src="/js/href_handling.js"></script>