Elizabeth Hunt
f163a24279
All checks were successful
continuous-integration/drone/push Build is passing
9 lines
352 B
HTML
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 }}
|