alps/plugins/base/public/login.html

16 lines
356 B
HTML
Raw Normal View History

{{template "head.html"}}
2019-12-02 16:24:19 +00:00
<h1>koushin</h1>
<form method="post" action="">
2019-12-12 18:54:57 +00:00
<label for="username">Username:</label>
<input type="text" name="username" id="username"/>
2019-12-16 12:51:49 +00:00
<br><br>
2019-12-12 18:54:57 +00:00
<label for="password">Password:</label>
<input type="password" name="password" id="password"/>
2019-12-02 16:24:19 +00:00
<br><br>
<input type="submit" value="Login">
</form>
{{template "foot.html"}}