diff options
Diffstat (limited to 'views/layout.pug')
-rw-r--r-- | views/layout.pug | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/views/layout.pug b/views/layout.pug index 47c4ee2..369ece0 100644 --- a/views/layout.pug +++ b/views/layout.pug @@ -7,26 +7,26 @@ html(lang="en") meta(charset="UTF-8") meta(name="viewport", content="width=device-width, initial-scale=1.0") title metamuffin.org - script - include disable.js body - header - h2 metamuffin - nav - ul - li: a(href="/about") about - li: a(href="/services") services - li: a(href="/projects") projects - li: a(href="/links") links - li: a(href="/contact") contact - hr + noscript + header + h2 metamuffin + nav + ul + li: a(href="/about") about + li: a(href="/services") services + li: a(href="/projects") projects + li: a(href="/links") links + li: a(href="/contact") contact + hr - block content - p pretty empty here... + block content + p pretty empty here... - hr - footer - p metamuffin.org version of commit #{commit} - p copyright (C) 2020, 2021, 2022 metamuffin - p see #[a(href="/licence") licence]. - p sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. + hr + footer + p metamuffin.org version of commit #{commit} + p copyright (C) 2020, 2021, 2022 metamuffin + p see #[a(href="/licence") licence]. + p sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg]. + p Please disable javascript to view this page. |