summaryrefslogtreecommitdiff
path: root/templates/home.html
blob: 8594993ae3bdc9a8dbd7a4a1e66d51003e37b441 (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/me" method="POST" autocomplete="off">
  <label for="fren_id">fren id.</label>
  <input type="password" id="fren_id" name="fren_id">
  <input type="submit" value="login.">
</form> 
{{ end }}