Files
zeroone/index.html
2024-01-27 15:41:39 +01:00

14 lines
400 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/renderer.js"></script>
</body>
</html>