-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 1.06 KB
/
index.html
File metadata and controls
1 lines (1 loc) · 1.06 KB
1
<!doctype html><html lang="en" data-framework="es6"><head><meta charset="utf-8"/><title>Vanilla ES6 • TodoMVC</title><script defer="defer" src="bundle.js"></script></head><body><section class="todoapp"><header class="header"><h1>todos</h1><input class="new-todo" placeholder="What needs to be done?" autofocus/></header><section style="display: none" class="main"><input id="toggle-all" class="toggle-all" type="checkbox"/> <label for="toggle-all">Mark all as complete</label><ul class="todo-list"></ul><footer class="footer"><span class="todo-count"></span><ul class="filters"><li><a href="#/" class="selected">All</a></li><li><a href="#/active">Active</a></li><li><a href="#/completed">Completed</a></li></ul><button class="clear-completed">Clear completed</button></footer></section></section><footer class="info"><p>Double-click to edit a todo</p><p>Written by <a href="http://twitter.com/lukeed05">Luke Edwards</a></p><p>Refactored by <a href="https://github.com/xorgy">Aaron Muir Hamilton</a></p><p>Part of <a href="http://todomvc.com">TodoMVC</a></p></footer></body></html>