added wails Svelte Template

This commit is contained in:
2024-07-09 10:16:53 -04:00
parent 5c3f0b969e
commit 49e399d50c
36 changed files with 1575 additions and 58 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>AniTrack</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.ts" type="module"></script>
</body>
</html>