fe-boilerplate/index.html

10 lines
161 B
HTML
Raw Normal View History

2016-02-26 16:39:48 +01:00
<html>
<head>
<title>MobX Boilerplate</title>
</head>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>