Fix bug
[networtool-web.git] / views / login.tpl
1 <html>
2 <body>
3 <div id='Network Config' style="text-align:center;">
4     <form action='/main' method='post'>
5     Username: <input name={{username}} type="text" /><br>
6     Password: <input name={{password}} type="password" /><br>
7     <input name="action" value="Login" type="submit" />
8     </form>
9 </div>
10 </body>
11 </html>