blob: ec14b7ab8b477db335f4d4077006117e9037399b (
plain)
1
2
3
4
5
6
7
8
9
10
|
{{define "content"}}
<p class="description">
Please authenticate yourself to access <br />
this port on this host.
</p>
<form method="POST" class="authentication-form">
<input class="authentication-input" type="password" name="key" />
<input class="authentication-button" type="submit" value="→" />
</form>
{{end}}
|