Port to elysia, tailwind (no effect)

This commit is contained in:
2024-11-17 23:08:23 +01:00
parent e8aaa328e6
commit 63de1a3b02
53 changed files with 1942 additions and 2363 deletions

View File

@@ -1,10 +1,12 @@
<!doctype html>
<html lang="pl">
<html lang="pl" class="w-full h-full overflow-hidden dark:bg-stone-900 dark:text-white">
<head>
<meta charset="utf-8">
<title>Repozytorium muzyczne</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="module" src="src/index.tsx"></script>
<script type="module" src="/src/app.tsx"></script>
</head>
<body></body>
<body class="w-full h-full overflow-hidden">
<div id="root" class="w-full h-full overflow-hidden"></div>
</body>
</html>