Test application

This commit is contained in:
Aleksi Lassila
2023-12-28 12:00:13 +02:00
parent ac994277a5
commit 3ede2f59cf
6 changed files with 30 additions and 18 deletions

View File

@@ -27,7 +27,7 @@
/>
</head>
<body class="bg-stone-950 min-h-screen text-white touch-manipulation relative -z-10">
<div id="app"></div>
<div id="app" class="min-h-screen relative flex"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>