diff options
Diffstat (limited to 'public/components')
| -rw-r--r-- | public/components/head.html | 4 | ||||
| -rw-r--r-- | public/components/nav.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/public/components/head.html b/public/components/head.html index d7d43cc..b1dbda8 100644 --- a/public/components/head.html +++ b/public/components/head.html @@ -1,7 +1,7 @@ <head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="/public/site.css">
+ <link rel="stylesheet" href="/site.css">
<meta name="description" content="Phosphenes 3.13.2026">
<title>haemolacriaa</title>
-</head>
\ No newline at end of file +</head>
diff --git a/public/components/nav.html b/public/components/nav.html index f9d5adc..447bc12 100644 --- a/public/components/nav.html +++ b/public/components/nav.html @@ -13,5 +13,5 @@ </div>
</div>
</div>
- <script src="/public/components/nav_button.js" defer></script>
-</nav>
\ No newline at end of file + <script src="/components/nav_button.js" defer></script>
+</nav>
|
