Files
zeroone/index.html
KM 6e4dc5e9db init
Initial mock up of the app
2024-01-22 12:03:56 +01:00

14 lines
396 B
HTML

<!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>