diff options
| author | demo <demo@antix1> | 2026-05-07 16:00:07 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-07 16:00:07 -0400 |
| commit | 526ae6edc7675ccab41f7b854cc277088f02e0ab (patch) | |
| tree | dc5dd923d1127a8ae4bff972c02f49927beb1265 /views/index.gohtml | |
| parent | 5aecda4a8006c74e8c912d937fb9b282630bb883 (diff) | |
feat: add some demo CSS
Diffstat (limited to 'views/index.gohtml')
| -rw-r--r-- | views/index.gohtml | 2 |
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" . }} |
