Skip to content

Instantly share code, notes, and snippets.

@shellprog
Last active April 26, 2018 18:20
Show Gist options
  • Save shellprog/eee6863999c59c8fceb3027ad9b22393 to your computer and use it in GitHub Desktop.
Save shellprog/eee6863999c59c8fceb3027ad9b22393 to your computer and use it in GitHub Desktop.
Add Task
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Add Task
</h3>
</div>
<div class="panel-body">
<form id="add_task" style="display:none;">
<input id="task_title" type="text" name="title" placeholder="Enter a task name" value=""/>
<button name="submit">Add Task</button>
</form>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment