diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/base.html b/templates/base.html index 6006211..d9aaa8e 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -28,11 +28,8 @@ | |||
28 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 28 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
29 | <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 29 | <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
30 | <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 30 | <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
31 | <link rel="preload" href="/script.js" as="script" /> | ||
32 | 31 | ||
33 | <link rel="stylesheet" href="/style.css" /> | 32 | <link rel="stylesheet" href="/style.css" /> |
34 | |||
35 | <script src="/script.js"></script> | ||
36 | </head> | 33 | </head> |
37 | 34 | ||
38 | <body> | 35 | <body> |