mirror of
https://gitea.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:19:22 +02:00
11 lines
268 B
Cheetah
11 lines
268 B
Cheetah
{{template "header.tmpl"}}
|
|
<div class="page-title"> Signin </div>
|
|
|
|
<form class="signin-form" action="/signin" method="post">
|
|
<input type="text" name="instance" placeholder="instance">
|
|
<br>
|
|
<button type="submit"> Submit </button>
|
|
</form>
|
|
|
|
{{template "footer.tmpl"}}
|