summaryrefslogtreecommitdiff
path: root/views/index.gohtml
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-07 16:00:07 -0400
committerdemo <demo@antix1>2026-05-07 16:00:07 -0400
commit526ae6edc7675ccab41f7b854cc277088f02e0ab (patch)
treedc5dd923d1127a8ae4bff972c02f49927beb1265 /views/index.gohtml
parent5aecda4a8006c74e8c912d937fb9b282630bb883 (diff)
feat: add some demo CSS
Diffstat (limited to 'views/index.gohtml')
-rw-r--r--views/index.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/index.gohtml b/views/index.gohtml
index 752f928..03573ee 100644
--- a/views/index.gohtml
+++ b/views/index.gohtml
@@ -7,7 +7,7 @@
<meta name="author" content="" />
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, width=device-width" />
<title></title>
- <link href="css/style.css" rel="stylesheet" />
+ <link href="static/style.css" rel="stylesheet" />
</head>
<body>
{{ template "page" . }}