summaryrefslogtreecommitdiff
path: root/public/components
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-05-27 01:28:39 -0500
committerozpv <39195175+ozpv@users.noreply.github.com>2026-05-27 01:28:39 -0500
commitac28f04d4d7e23d01a61459f81dbee7f7c3e7c9f (patch)
tree995a60235a44443b504ecb06ad681717f2918bac /public/components
parentcae06d048c3fd162b7df84e64a0e0b8f119726d3 (diff)
inject components server-side
Diffstat (limited to 'public/components')
-rw-r--r--public/components/head.html4
-rw-r--r--public/components/nav.html4
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>