fukkenrf/fe/index.html

11 lines
205 B
HTML
Raw Permalink Normal View History

<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>