Commit f94cb581 authored by gitaeks's avatar gitaeks

Fixed a typo in Sign-in page example

Fixed a typo in Sign-in page example
http://getbootstrap.com/examples/signin/
parent b87370c2
......@@ -35,7 +35,7 @@
<h2 class="form-signin-heading">Please sign in</h2>
<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">Email address</label>
<label for="inputPassword" class="sr-only">Password</label>
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
<div class="checkbox">
<label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment