blob: 2d1c03680ee098d5178ddb3d06039dbc9133d039 [file] [log] [blame]
<!doctype html>
<html lang="en" data-framework="react">
<head>
<meta charset="utf-8">
<title>React TodoMVC example</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 class="todoapp"></section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="node_modules/classnames/index.js"></script>
<script src="node_modules/director/build/director.min.js"></script>
<script src="node_modules/react/dist/react-with-addons.min.js"></script>
<script src="node_modules/react-dom/dist/react-dom.min.js"></script>
<script src="build.min.js"></script>
</body>
</html>