summaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-03 01:47:07 -0800
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2025-01-03 01:47:07 -0800
commitf163a242792cd325c9414587d52f3d8584f28df1 (patch)
treeb57ad121cc3f4ffc2bc55f4d63bfaaf6026dd239 /templates/home.html
downloadphoneof-f163a242792cd325c9414587d52f3d8584f28df1.tar.gz
phoneof-f163a242792cd325c9414587d52f3d8584f28df1.zip
initial commit
Diffstat (limited to 'templates/home.html')
-rw-r--r--templates/home.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/home.html b/templates/home.html
new file mode 100644
index 0000000..7e8ecb7
--- /dev/null
+++ b/templates/home.html
@@ -0,0 +1,8 @@
+{{ define "content" }}
+<p>please use this if you know who i am and know how to use this but need to get ahold of me while im away from computers.</p>
+<form action="/chat" method="GET" autocomplete="off">
+ <label for="fren_id">fren id.</label>
+ <input type="text" id="fren_id" name="fren_id">
+ <input type="submit" value="login.">
+</form>
+{{ end }}