diff options
author | lolcat <will@lolcat.ca> | 2024-02-17 23:22:19 -0500 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2024-02-17 23:22:19 -0500 |
commit | addc5a14a93547f630f23e5b6a79cffa2e37d71a (patch) | |
tree | a9163ba3a2e24c3c493cdde95e506c0e7e8a772d /template/header.html | |
parent | edc917f5ee984160a0eef436dabd51696d675964 (diff) |
boobs
Diffstat (limited to 'template/header.html')
-rw-r--r-- | template/header.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/template/header.html b/template/header.html index fcdbb13..accd4cd 100644 --- a/template/header.html +++ b/template/header.html @@ -12,6 +12,11 @@ <meta name="description" content="{%server_name%}: {%description%}"> </head> <body> + <div class="navigation"> + <a href="/">Home</a> + <a href="/settings">Settings</a> + <a href="https://git.lolcat.ca/lolcat/4get_news" target="_BLANK">News</a> + </div> <form method="GET" autocomplete="off"> <div class="searchbox"> <input type="submit" value="Search" tabindex="-1"> |