redux-devtools/packages/redux-slider-monitor/examples/todomvc/dist/index.html

11 lines
169 B
HTML
Raw Normal View History

<html>
<head>
<title>Redux TodoMVC</title>
</head>
<body>
<div class="todoapp" id="root">
</div>
</body>
<script src="bundle.js"></script>
</html>