UNPKG

mithril

Version:

A framework for building brilliant applications

19 lines (18 loc) 456 B
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Mithril • TodoMVC</title> <link rel="stylesheet" href="base.css"> <link rel="stylesheet" href="app.css"> </head> <body> <section id="todoapp"></section> <footer id="info"> <p>Double-click to edit a todo</p> <p>Part of <a href="https://todomvc.com">TodoMVC</a></p> </footer> <script src="../../mithril.js"></script> <script src="todomvc.js"></script> </body> </html>