Permalink
Cannot retrieve contributors at this time
<html> | |
<head> | |
<title>Login Example</title> | |
</head> | |
<body> | |
<form id="login-form" class="form-signin text-center" style="width: 330px; margin: 0 auto;"> | |
<h1 class="h3 mb-3 font-weight-normal">Please sign in</h1> | |
<label for="inputEmail" class="sr-only">Email address</label> | |
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus> | |
<label for="inputPassword" class="sr-only">Password</label> | |
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required> | |
<div class="checkbox mb-3"> | |
<label> | |
<input type="checkbox" style="font-weight: 400;" value="remember-me"> Remember me | |
</label> | |
</div> | |
<button id="sign-in" class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button> | |
<p class="mt-5 mb-3 text-muted">© 2017-2018</p> | |
</form> | |
</body> | |
</html> |