diff options
| author | lemurianmage <azureazure@disroot.org> | 2026-06-12 23:35:20 +0200 |
|---|---|---|
| committer | lemurianmage <azureazure@disroot.org> | 2026-06-12 23:35:20 +0200 |
| commit | 7da42c6e577f49ad4981f24c833b2e1d86357e0b (patch) | |
| tree | b1921f453b86cd5062adbd34b5e1b8dccc8f32ef /template.html | |
| parent | cf102ad6c7d171dd500cae8b419b7f5c1e796ab4 (diff) | |
| download | slimegirl.nexus-7da42c6e577f49ad4981f24c833b2e1d86357e0b.tar.gz | |
redesign and move to markdown with a perl+make build system
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 22 |
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> |
