feat: initialize the wails project

This commit is contained in:
2023-08-25 20:33:11 +00:00
parent 18df5de5a3
commit 7ac2d71b4d
19 changed files with 610 additions and 2 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>dmxconnect</title>
</head>
<body>
<div id="app"></div>
<script src="./src/main.js" type="module"></script>
</body>
</html>