summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorsimponic <simponic@hatecomputers.club>2024-03-28 12:57:35 -0400
committersimponic <simponic@hatecomputers.club>2024-03-28 12:57:35 -0400
commitb2fc689bdcff28bf75c0128db19ba4730d726b4f (patch)
tree37c16d95183242516ba667aa5f441539d152c279 /templates/base.html
parent75ba836d6072235fc7a71659f8630ab3c1b210ad (diff)
downloadhatecomputers.club-b2fc689bdcff28bf75c0128db19ba4730d726b4f.tar.gz
hatecomputers.club-b2fc689bdcff28bf75c0128db19ba4730d726b4f.zip
dns api (#1)
Co-authored-by: Elizabeth Hunt <elizabeth.hunt@simponic.xyz> Reviewed-on: https://git.hatecomputers.club/hatecomputers/hatecomputers.club/pulls/1
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html
index 79e0d12..9f5a903 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -35,7 +35,10 @@
{{ if .User }}
<a href="/dns">dns.</a>
<span> | </span>
+ <a href="/keys">api keys.</a>
+ <span> | </span>
<a href="/logout">logout, {{ .User.DisplayName }}.</a>
+
{{ else }}
<a href="/login">login.</a>
{{ end }}
@@ -74,6 +77,7 @@
<img width='150' height='20' src='/static/img/blinkies/connection.gif'>
<img width='150' height='20' src='/static/img/blinkies/eepy.gif'>
<img width='150' height='20' src='/static/img/blinkies/loveuguys.gif'>
+ <img width='150' height='20' src='/static/img/blinkies/capitalism.gif'>
</div>
</div>
</div>