switch frontend to preact

This commit is contained in:
sam 2023-09-15 16:33:25 +02:00
parent 6f1b94c040
commit 0a94e2bf93
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
57 changed files with 3366 additions and 1803 deletions

View file

@ -2,12 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Svelte + TS</title>
<title>Mercury</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>