Skip to content

Instantly share code, notes, and snippets.

@dcbartlett
Forked from gsans/pseudo.html
Created March 21, 2016 18:37
Show Gist options
  • Save dcbartlett/869583c5da9faaf93350 to your computer and use it in GitHub Desktop.
Save dcbartlett/869583c5da9faaf93350 to your computer and use it in GitHub Desktop.
Todo List pseudo-html
<root>
<add-todo>
<input><button>Add todo</button></input>
</add-todo>
<todo-list><ul>
<todo id="0" completed="false"><li>buy milk</li></todo>
</ul></todo-list>
<filters>
Show: <filter-link><a>All</a><filter-link> ... </filters>
</root>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment