fluxcapacitor
Version:
A bunch of tools to implement apps the Flux way
18 lines (17 loc) • 457 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>TodoMVC</title>
<link rel="stylesheet" href="todomvc-common/base.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/bundle.js"></script>
</body>
</html>