Created
September 22, 2013 07:01
-
-
Save chintanparikh/6657435 to your computer and use it in GitHub Desktop.
notify form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container"> | |
<div class="row"> | |
<div class="col-lg-4"> | |
</div> | |
<div class="col-lg-4" align="center"> | |
<form class="form-signin"> | |
<h2 class="form-signin-heading">Please enter your email</h2> | |
<br> | |
<input type="text" class="form-control" placeholder="Notify me when this launches!" autofocus> | |
<br> | |
<button class="btn btn-lg btn-primary btn-block" type="submit" >Notify me!</button> | |
</form> | |
</div> | |
<div class="col-lg-4"> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment