Files
zeroone/index.html
Robert Kossessa bb554f6d34 FIX: Focus bug
2024-02-07 18:49:27 +01:00

19 lines
440 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ZERO/ONE Configuration Suite</title>
<style>
html {
background: black;
}
</style>
</head>
<body class="dark bg-background">
<div id="app"></div>
<script type="module" src="/src/renderer.js"></script>
</body>
</html>