mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-04 20:23:13 +00:00
11 lines
277 B
Cheetah
11 lines
277 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" required>
|
|
<br>
|
|
<button type="submit"> Submit </button>
|
|
</form>
|
|
|
|
{{template "footer.tmpl"}}
|