diff options
author | Parker <contact@pkrm.dev> | 2025-05-29 23:29:06 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2025-05-29 23:29:06 -0500 |
commit | 3397a67763974515fb0aa9e0ea3842a836578124 (patch) | |
tree | 9ce52c00b939bc4a0eaa2dd719a3e190e3ae3777 | |
parent | d4808d522cbcff19cdc59dddf3c92a3d57689d41 (diff) |
fix stylesheet loading
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ <script src="/js/toggle.js" defer></script> <link rel="preload" href="/css/index.css" as="style" onload="this.onload=null;this.rel='stylesheet'"> - <noscript><link rel="stylesheet" href="styles.css"></noscript> + <noscript><link rel="stylesheet" href="/css/index.css"></noscript> </head> <body> <nav> |