aboutsummaryrefslogblamecommitdiff
path: root/plugins/base/public/login.html
blob: 8ce5f258c650718f47c4b2303b02a496f10a98a1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                        



                                    

                                                          
                

                                                              



                                           
                        
{{template "head.html"}}

<h1>koushin</h1>

<form method="post" action="/login">
	<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"}}