Port to elysia, tailwind (no effect)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user