13 lines
435 B
HTML
13 lines
435 B
HTML
<!doctype html>
|
|
<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/app.tsx"></script>
|
|
</head>
|
|
<body class="w-full h-full overflow-hidden">
|
|
<div id="root" class="w-full h-full overflow-hidden"></div>
|
|
</body>
|
|
</html>
|