fe-boilerplate/index.html
Jyri Genral de335261f0 CSS build changes et al
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
2020-05-02 13:12:27 +02:00

10 lines
215 B
HTML

<html>
<head>
<title>MobX Boilerplate</title>
<link rel="stylesheet" href="/static/main.css" />
</head>
<body>
<div id="root"></div>
<script src="/static/bundle.js"></script>
</body>
</html>