UNPKG

todomvc

Version:

> Helping you select an MV\* framework

24 lines (23 loc) 752 B
<!doctype html> <html class="no-js" lang="en" data-framework="chaplin"> <head> <meta charset="utf-8"> <title>Chaplin &amp; Brunch • TodoMVC</title> <link rel="stylesheet" href="../bower_components/todomvc-common/base.css"> <link rel="stylesheet" href="../bower_components/todomvc-common/base.js"> <script src="app.js"></script> <script>require('initialize');</script> </head> <body> <section id="todoapp"> <header id="header"></header> <section id="main"></section> <footer id="footer"></footer> </section> <footer id="info"> <p>Double-click to edit a todo</p> <p>Created by <a href="http://paulmillr.com">Paul Miller</a></p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p> </footer> </body> </html>