1
1
mirror of https://github.com/reduxjs/redux-devtools.git synced 2025-03-03 10:45:48 +03:00
redux-devtools/packages/redux-devtools-remote/examples/todomvc/index.html
2021-10-28 20:39:47 +00:00

11 lines
198 B
HTML

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