diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-27 01:28:39 -0500 |
|---|---|---|
| committer | ozpv <39195175+ozpv@users.noreply.github.com> | 2026-05-27 01:28:39 -0500 |
| commit | ac28f04d4d7e23d01a61459f81dbee7f7c3e7c9f (patch) | |
| tree | 995a60235a44443b504ecb06ad681717f2918bac /public/components/head.html | |
| parent | cae06d048c3fd162b7df84e64a0e0b8f119726d3 (diff) | |
inject components server-side
Diffstat (limited to 'public/components/head.html')
| -rw-r--r-- | public/components/head.html | 4 |
1 files changed, 2 insertions, 2 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>
|
