realloc
Version:
Observable and Immutable State Manager Base On JSONPath For Javascript Applications
19 lines (18 loc) • 604 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Realloc • 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" class="todoapp"></section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://github.com/foomorrow">foomorrow</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/bundle.js"></script>
</body>
</html>