summaryrefslogtreecommitdiff
path: root/views/layout.pug
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.pug')
-rw-r--r--views/layout.pug35
1 files changed, 0 insertions, 35 deletions
diff --git a/views/layout.pug b/views/layout.pug
deleted file mode 100644
index 7e20cc5..0000000
--- a/views/layout.pug
+++ /dev/null
@@ -1,35 +0,0 @@
-doctype html
-// SPDX-License-Identifier: AGPL-3.0-only
-// Author: metamuffin
-// Source: https://codeberg.org/metamuffin/website
-html(lang="en")
- head
- meta(charset="UTF-8")
- meta(name="viewport", content="width=device-width, initial-scale=1.0")
- title metamuffin.org
- body
- 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...
-
- hr
- footer
- p
- | metamuffin.org version of commit #{commit}
- | licenced under the GNU AGPL 3.0:
- | see #[a(href="/licence") licence].
- | sources can be found on #[a(href="https://codeberg.org/metamuffin/website") codeberg].
- p copyright (C) 2020, 2021, 2022 metamuffin
- p (ignore the following, i can't hide it easily)
- p Please disable javascript to view this page.