Add frontend 2.0

This commit is contained in:
2022-01-22 19:28:06 +01:00
parent ff22127baa
commit e0efd9dc41
28 changed files with 1954 additions and 140 deletions

View File

@@ -8,8 +8,9 @@
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<title>NVLS | Covergen</title>
</head>
<body>
<body class="bg-gray-200">
<div id="app"></div>
<script src="/wasm_exec.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>