summaryrefslogtreecommitdiff
path: root/templates/home.html
diff options
context:
space:
mode:
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 }}