Initial commit

This commit is contained in:
2025-03-07 08:08:39 +01:00
commit e90cdf4e6a
43 changed files with 6421 additions and 0 deletions

12
frontend/index.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>wails-svelte-tailwind-ts</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>