fukkenrf/fe/index.html
Jyri Genral a9e1501e48 initial commit
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
2020-09-06 12:20:23 +02:00

10 lines
205 B
HTML

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