initial commit

Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
This commit is contained in:
Jyri Genral 2020-09-06 12:20:23 +02:00
commit a9e1501e48
12 changed files with 6006 additions and 0 deletions

10
fe/index.html Normal file
View file

@ -0,0 +1,10 @@
<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>