Files
vppn/hub/templates/sign-in.html

14 lines
219 B
HTML

{{define "body" -}}
<h2>Sign In</h2>
<form method="POST">
<p>
<label>Password</label><br>
<input type="password" name="Password">
</p>
<p>
<button type="submit">Submit</button>
</p>
</form>
{{- end}}