summaryrefslogtreecommitdiff
path: root/templates/home.html
blob: 7e8ecb779e3f94cd73091b3e3b13fec93f6483f9 (plain)
1
2
3
4
5
6
7
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 }}