Added whitelist pages

This commit is contained in:
Ziver Koc 2018-08-04 23:15:51 +02:00
parent a4eb5c613d
commit d6bd76e408
5 changed files with 41 additions and 20 deletions

View file

@ -16,14 +16,14 @@
<div class="form-bottom">
<form role="form" action="" method="post" class="login-form">
<div class="form-group">
<label class="sr-only" for="form-username">Username</label>
<input type="text" name="form-username" placeholder="Username..."
class="form-username form-control" id="form-username">
<label class="sr-only" for="email">Username</label>
<input type="text" name="email" placeholder="Email..."
class="form-username form-control" id="email">
</div>
<div class="form-group">
<label class="sr-only" for="form-password">Password</label>
<input type="password" name="form-password" placeholder="Password..."
class="form-password form-control" id="form-password">
<label class="sr-only" for="password">Password</label>
<input type="password" name="password" placeholder="Password..."
class="form-password form-control" id="password">
</div>
<button type="submit" class="btn">Sign in!</button>
</form>