redux-devtools/examples/counter/index.html

11 lines
169 B
HTML
Raw Normal View History

2015-07-14 22:46:44 +03:00
<html>
<head>
<title>Redux Counter Example</title>
</head>
<body>
<div id="root">
</div>
</body>
<script src="/static/bundle.js"></script>
</html>