alps/plugins/base/public/login.html
2019-12-16 14:36:43 +01:00

16 lines
356 B
HTML

{{template "head.html"}}
<h1>koushin</h1>
<form method="post" action="">
<label for="username">Username:</label>
<input type="text" name="username" id="username"/>
<br><br>
<label for="password">Password:</label>
<input type="password" name="password" id="password"/>
<br><br>
<input type="submit" value="Login">
</form>
{{template "foot.html"}}