phoneof/templates/home.html

9 lines
352 B
HTML
Raw Normal View History

2025-01-03 04:47:07 -05:00
{{ 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 }}