Created
September 10, 2016 05:36
-
-
Save pkrish2/fbcb04651a525742101675b36e27f960 to your computer and use it in GitHub Desktop.
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"> | |
<h2>Potential Supporters:</h2> | |
<form> | |
<div class="form-group"> | |
<label for="email">ID:</label> | |
<input type="email" class="form-control" id="email" placeholder="Enter email"> | |
</div> | |
<div class="form-group"> | |
<label for="pwd">Phone:</label> | |
<input type="password" class="form-control" id="pwd" placeholder="Enter password"> | |
</div> | |
<div class="form-group"> | |
<label for="email">Name:</label> | |
<input type="email" class="form-control" id="email" placeholder="Enter email"> | |
</div> | |
<div class="form-group"> | |
<label for="email">Opinion:</label> | |
<input type="email" class="form-control" id="email" placeholder="Enter email"> | |
</div> | |
<div class="form-group"> | |
<label for="email">Donated:</label> | |
<input type="email" class="form-control" id="email" placeholder="Enter email"> | |
</div> | |
<button type="submit" class="btn btn-default">Submit</button> | |
</form> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment