phoneof/templates/home.html
Elizabeth Hunt f163a24279
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2025-01-03 01:47:07 -08:00

9 lines
352 B
HTML

{{ 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 }}