initial commit

This commit is contained in:
Neshura 2023-10-11 17:43:28 +02:00
parent fe64b2ac53
commit 9dcc10a191
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
44 changed files with 5101 additions and 0 deletions

14
index.html Normal file
View file

@ -0,0 +1,14 @@
<!doctype html>
<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>Tauri + Svelte + TS</title>
</head>
<body>
<div id="app" class="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>