Last active
November 28, 2017 09:49
-
-
Save pankajpatel/1c2e9f7237beff318638 to your computer and use it in GitHub Desktop.
ToDo App Task Addition Form
This file contains 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="form"> | |
<div class="input-group"> | |
<input type="text" class="form-control"> | |
<span class="input-group-btn"> | |
<button class="btn btn-default" type="button"> | |
<span class="glyphicon glyphicon-plus"></span> Add Task</button> | |
</span> | |
</div> | |
</div> | |
<hr/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment