diff options
Diffstat (limited to 'template.html')
| -rw-r--r-- | template.html | 34 |
1 files changed, 31 insertions, 3 deletions
diff --git a/template.html b/template.html index f85cd94..37f314e 100644 --- a/template.html +++ b/template.html @@ -9,14 +9,42 @@ <body> <h2> <nav> - <a href="/">HOME</a> + <a href="/">home</a> / - <a href="..">UP</a> + <a href=".." id="go-up">go up</a> </nav> </h2> <article></article> <hr> - <address><a href="contact.html">contact</a></address> + + <footer> + <address><a href="contact.html">contact</a></address> + <br> + <a href="https://www.gnu.org/software/emacs/"> + <img src="/buttons/emacs.png" title="emacs"> + </a> + <a href="https://kittenlikeasmallcat.neocities.org"> + <img src="/buttons/kitten.gif" title="kittenlikeasmallcat"> + </a> + <a href="https://quasivoid.net"> + <img src="/buttons/quasivoid.gif" title="vivienne"> + </a> + <a href="https://unlife.nyx.land"> + <img src="/buttons/unlife.png" title="nyx"> + </a> + <a href="https://social.xenofem.me"> + <img src="/buttons/xnfm.png" title="xenofem.me"> + </a> + <a href="https://secondshell.net"> + <img src="/buttons/secondshell.webp" title="secondshell"> + </a> + <a href="https://twinningl00m.neocities.org"> + <img src="/buttons/murrumurgreen.png" title="twinningl00m"> + </a> + <a href="https://magentahardcore.com"> + <img src="/buttons/n1l.gif" title="n1l"> + </a> + </footer> </html> |
