joyent-portal/spikes/stacks/redux-loop/static/index.html

11 lines
191 B
HTML
Raw Normal View History

2016-10-17 18:52:00 +03:00
<!doctype html>
<html lang='en-US'>
<head>
<title>React Boilerplate</title>
</head>
<body>
<div id='root'></div>
<script src='/static/bundle.js'></script>
</body>
</html>