aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/public/login.html
blob: 737893520f20872356ff7f924dd1217f06c184bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{{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"}}