10 lines
161 B
HTML
10 lines
161 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>MobX Boilerplate</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<div id="root"></div>
|
||
|
|
<script src="/static/bundle.js"></script>
|
||
|
|
</body>
|
||
|
|
</html>
|