diff options
author | metamuffin <yvchraiqi@protonmail.com> | 2022-06-07 18:06:06 +0200 |
---|---|---|
committer | metamuffin <yvchraiqi@protonmail.com> | 2022-06-07 18:06:06 +0200 |
commit | 41d2dad2f85990d0aae05600ea9f6d598faf4239 (patch) | |
tree | 9a803a18d632cfcedcea5383f733dcfe140780c1 | |
parent | 60dd085449ac3d1e89f31b8845062c82889e6e2b (diff) | |
download | metamuffin-website-41d2dad2f85990d0aae05600ea9f6d598faf4239.tar metamuffin-website-41d2dad2f85990d0aae05600ea9f6d598faf4239.tar.bz2 metamuffin-website-41d2dad2f85990d0aae05600ea9f6d598faf4239.tar.zst |
everything is noscript
-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. |