diff options
| author | Autumn <git@autumnfo.rest> | 2026-05-16 08:12:51 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-05-16 08:12:51 +0100 |
| commit | 04bfb5881c510aff5544f276e5a37d9316bbf249 (patch) | |
| tree | 0c12a2d7ee6025989064f1c6b897994c577385ec /src/views/components/head.pug | |
| parent | 621ec4cb3afdae23f8aa0a093eabde20d770a75a (diff) | |
[pages] added styling & improved components
Diffstat (limited to 'src/views/components/head.pug')
| -rw-r--r-- | src/views/components/head.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/views/components/head.pug b/src/views/components/head.pug index d28b9d5..3d684fe 100644 --- a/src/views/components/head.pug +++ b/src/views/components/head.pug @@ -1,2 +1,4 @@ meta(charset="utf-8") meta(name="viewport" content="width=device-width,initial-scale=1.0") + +link(href="/public/css/global.css" rel="stylesheet") |
