fe-boilerplate/index.html
2016-02-26 16:56:18 +01:00

9 lines
161 B
HTML

<html>
<head>
<title>MobX Boilerplate</title>
</head>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>