diff options
author | boredpasta <boredpasta@tutanota.com> | 2025-01-13 06:39:10 +0200 |
---|---|---|
committer | boredpasta <boredpasta@tutanota.com> | 2025-01-13 06:39:10 +0200 |
commit | 44595618b5d162e8bb8362e3891dc694342d1869 (patch) | |
tree | a0b08aebb5c6d38b0138c9dd3917d42e03da6c98 /docs/base | |
parent | 6e6c4aefd07da0aba70d651099a69c928aa7eae7 (diff) |
Diffstat (limited to 'docs/base')
-rw-r--r-- | docs/base | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/docs/base b/docs/base new file mode 100644 index 0000000..5f981ab --- /dev/null +++ b/docs/base @@ -0,0 +1,50 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" href="/static/blunt.png" type="image/png"> + <link rel="stylesheet" type="text/css" href="/static/main.css"> + <title> + [%title%] + </title> + </head> + <body> + <header class="box lighten"> + <img id="banner" src="/static/banner.png"> + <img id="construction" src="/static/under_construction.png"> + </header> + <nav class="box lighten"> + <ul class="nav-list"> + <li class="nav-item"><a class="nav-link" href="/">home</a></li> + <li class="nav-item"><a class="nav-link" href="/contact">contact</a></li> + <li class="nav-item"><a class="nav-link" href="/blog">blog</a></li> + <li class="nav-item"><a class="nav-link" href="https://git.pastanoggin.com">code</a></li> + <li class="nav-item"><a class="nav-link" href="/links">links</a></li> + </ul> + </nav> + <main class="box lighten"> + [%content%] + </main> + <dl id="status" class="lighten"> + <dt id="status-header">status</dt> + <dd id="status-body"> + [%status%] + </dd> + </dl> + <footer class="box lighten"> + <a class="footer-link" href="https://openbsd.org" target="_blank"> + <img class="buttonbadge" src="/static/obsd.jpg"> + </a> + <a class="footer-link" href="http://plan9.stanleylieber.com/mothra" target="_blank"> + <img class="buttonbadge" src="/static/mothracompat.gif"> + </a> + <a class="footer-link" href="https://cadence.moe/blog/2024-10-05-created-by-a-human-badges" target="_blank"> + <img class="buttonbadge" src="/static/created_by_a_human.png"> + </a> + <a class="footer-link" href="https://pastanoggin.com" target="_blank"> + <img class="buttonbadge" src="/static/gay.gif"> + </a> + </footer> + </body> +</html> |