aboutsummaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorlemurianmage <azureazure@disroot.org>2026-06-12 23:35:20 +0200
committerlemurianmage <azureazure@disroot.org>2026-06-12 23:35:20 +0200
commit7da42c6e577f49ad4981f24c833b2e1d86357e0b (patch)
treeb1921f453b86cd5062adbd34b5e1b8dccc8f32ef /template.html
parentcf102ad6c7d171dd500cae8b419b7f5c1e796ab4 (diff)
downloadslimegirl.nexus-7da42c6e577f49ad4981f24c833b2e1d86357e0b.tar.gz
redesign and move to markdown with a perl+make build system
Diffstat (limited to 'template.html')
-rw-r--r--template.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/template.html b/template.html
new file mode 100644
index 0000000..f85cd94
--- /dev/null
+++ b/template.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title></title>
+ <link rel="stylesheet" href="/stylesheet.css">
+ </head>
+ <body>
+ <h2>
+ <nav>
+ <a href="/">HOME</a>
+ /
+ <a href="..">UP</a>
+ </nav>
+ </h2>
+
+ <article></article>
+
+ <hr>
+ <address><a href="contact.html">contact</a></address>
+</html>