fe-boilerplate/index.html

11 lines
215 B
HTML
Raw Normal View History

2016-02-26 16:39:48 +01:00
<html>
<head>
<title>MobX Boilerplate</title>
<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>