diff options
Diffstat (limited to '_header.html')
-rw-r--r-- | _header.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..78e5c78 --- /dev/null +++ b/_header.html @@ -0,0 +1,45 @@ +<div id="logo"> + <pre> + +████████╗██╗██╗ ██████╗ ███████╗ ██╗███╗ ██╗███████╗████████╗██╗████████╗██╗ ██╗████████╗███████╗ +╚══██╔══╝██║██║ ██╔══██╗██╔════╝ ██║████╗ ██║██╔════╝╚══██╔══╝██║╚══██╔══╝██║ ██║╚══██╔══╝██╔════╝ + ██║ ██║██║ ██║ ██║█████╗ ██║██╔██╗ ██║███████╗ ██║ ██║ ██║ ██║ ██║ ██║ █████╗ + ██║ ██║██║ ██║ ██║██╔══╝ ██║██║╚██╗██║╚════██║ ██║ ██║ ██║ ██║ ██║ ██║ ██╔══╝ + ██║ ██║███████╗██████╔╝███████╗██╗██║██║ ╚████║███████║ ██║ ██║ ██║ ╚██████╔╝ ██║ ███████╗ + ╚═╝ ╚═╝╚══════╝╚═════╝ ╚══════╝╚═╝╚═╝╚═╝ ╚═══╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚══════╝</pre> +</div> +<div id="navigation"> + <div> + <a href="https://tilde.institute">News</a> + </div> + <div> + <a href="/faq">FAQ</a> + </div> + <div> + <a href="/signup">Sign Up</a> + </div> + <div> + <a href="https://wiki.tilde.institute">Wiki</a> + </div> + <div> + <a href="https://git.tilde.institute/">Git</a> + </div> + <div> + <a href="https://twtxt.tilde.institute">twtxt</a> + </div> + <div> + <a href="https://crawl.tildeverse.org">crawl/dcss</a> + </div> + <div> + <a rel="me" href="https://tilde.zone/@tildeinstitute">Fediverse</a> + </div> + <div> + <a href="/stats">Stats</a> + </div> + <div> + <a href="/coc">CoC</a> + </div> + <div> + <a href="tilde.json"><code>tilde.json</code></a> + </div> +</div> |