2016-02-26 16:39:48 +01:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>MobX Boilerplate</title>
|
2020-05-02 13:12:27 +02:00
|
|
|
<link rel="stylesheet" href="/static/main.css" />
|
2016-02-26 16:39:48 +01:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script src="/static/bundle.js"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|