2019-12-13 18:08:26 +00:00
|
|
|
{{template "header.tmpl"}}
|
2019-12-13 20:04:28 +00:00
|
|
|
<div class="page-title"> Signin </div>
|
|
|
|
|
|
|
|
<form class="signin-form" action="/signin" method="post">
|
2019-12-13 18:08:26 +00:00
|
|
|
<input type="text" name="instance" placeholder="instance">
|
|
|
|
<br>
|
|
|
|
<button type="submit"> Submit </button>
|
|
|
|
</form>
|
2019-12-13 20:04:28 +00:00
|
|
|
|
2019-12-13 18:08:26 +00:00
|
|
|
{{template "footer.tmpl"}}
|