added login template

This commit is contained in:
pixeldesu 2014-08-18 01:24:46 +02:00
parent 7dea61073c
commit f7ad70a1bd
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<form role="form" method="POST">
<div class="form-group">
<label for="InputUsername">Username</label>
<input type="text" class="form-control" id="InputUsername" name="user_name" placeholder="Enter username">
</div>
<div class="form-group">
<label for="InputPassword">Password</label>
<input type="password" class="form-control" id="InputUsername" name="password" placeholder="Enter password">
</div>
<input type="hidden" name="login">
<button type="submit" class="btn btn-default btn-block">Login</button>
</form>