phoneof/templates/home.html
Elizabeth Hunt 5cc70cc656
All checks were successful
continuous-integration/drone/push Build is passing
make it a password
2025-01-03 01:53:19 -08:00

9 lines
360 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/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 }}