Skip to content

Instantly share code, notes, and snippets.

@plusjade
Created December 31, 2014 05:35
Show Gist options
  • Save plusjade/320d77b07aad8c0314f3 to your computer and use it in GitHub Desktop.
Save plusjade/320d77b07aad8c0314f3 to your computer and use it in GitHub Desktop.
<h4>Todo List</h4>
<form>
<input name="item">
<button type="submit">Add Item</button>
</form>
<ul id="todo-items">
<li>Item 1 <button>x</button></li>
<li>Item 2 <button>x</button></li>
<li>Item 3 <button>x</button></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment