wails project init

This commit is contained in:
2024-12-13 20:54:24 -06:00
parent 34c1319f44
commit 17c35e59c5
48 changed files with 4366 additions and 2 deletions

13
frontend/index.html Executable file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>vastop</title>
</head>
<body>
<div id="root"></div>
<script src="./src/main.tsx" type="module"></script>
</body>
</html>