diff options
-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> |