Revert "More performance improvements + etc."
This commit is contained in:
parent
e364121ffb
commit
998704a722
28 changed files with 1325 additions and 3206 deletions
|
|
@ -1,26 +0,0 @@
|
|||
<!doctype html>
|
||||
<html lang="en" data-framework="mithril">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Mithril • TodoMVC</title>
|
||||
<link rel="stylesheet" href="node_modules/todomvc-common/base.css">
|
||||
<link rel="stylesheet" href="node_modules/todomvc-app-css/index.css">
|
||||
</head>
|
||||
<body>
|
||||
<section id="todoapp"></section>
|
||||
<footer id="info">
|
||||
<p>Double-click to edit a todo</p>
|
||||
<p>Created by <a href="http://taylorhakes.com">Taylor Hakes</a> and <a href="http://blogue.jpmonette.net">Jean-Philippe Monette</a> <br>(Special thanks to <a
|
||||
href="https://github.com/lhorie/">Leo Horie</a>)</p>
|
||||
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
|
||||
</footer>
|
||||
<script src="node_modules/todomvc-common/base.js"></script>
|
||||
<script src="../../mithril.js"></script>
|
||||
<script src="js/models/todo.js"></script>
|
||||
<script src="js/models/storage.js"></script>
|
||||
<script src="js/controllers/todo.js"></script>
|
||||
<script src="js/views/main-view.js"></script>
|
||||
<script src="js/views/footer-view.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue