Initial mock up of the app
This commit is contained in:
KM
2024-01-22 12:03:56 +01:00
commit 6e4dc5e9db
239 changed files with 32153 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/favico.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Zero-One : Haptic Configuration Tool</title>
</head>
<body class="dark bg-background">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>