mirror of
https://github.com/zhigang1992/redux.git
synced 2026-06-11 00:09:29 +08:00
12 lines
185 B
HTML
12 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Redux async example</title>
|
|
</head>
|
|
<body>
|
|
<div id="root">
|
|
</div>
|
|
<script src="/static/bundle.js"></script>
|
|
</body>
|
|
</html>
|