aboutsummaryrefslogtreecommitdiff
path: root/templates/signin.tmpl
blob: 07bc132382540756eada9fd5e927544289fd8691 (plain)
1
2
3
4
5
6
7
8
9
{{template "header.tmpl"}}
<h3> Signin </h3>
<a href="/"> Home </a>
<form action="/signin" method="post">
	<input type="text" name="instance" placeholder="instance">
	<br>
	<button type="submit"> Submit </button>
</form>
{{template "footer.tmpl"}}