From fb653292612eddca5b088ed88466c546d1597107 Mon Sep 17 00:00:00 2001 From: Elizabeth Alexander Hunt Date: Sat, 20 Jun 2026 09:40:07 -0700 Subject: Initial commit --- templates/portal.html | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 templates/portal.html (limited to 'templates/portal.html') diff --git a/templates/portal.html b/templates/portal.html new file mode 100644 index 0000000..a2959f1 --- /dev/null +++ b/templates/portal.html @@ -0,0 +1,66 @@ +{{ define "content" }} +

welcome to ~penguins.lan

+ +{{ with .Portal }} + {{ if .Taken }} +
+
+

{{ .RequestedName }} is already taken, last seen {{ .LastSeen }}. is that you?

+ + + +
+
+ {{ end }} +
+
+ + + +
+ + {{ if .DetectedMAC }} +

this device: {{ .DetectedMAC }}.

+ {{ end }} +{{ end }} +{{ end }} + + \ No newline at end of file -- cgit v1.3