2025-08-08 21:14:41 +02:00
|
|
|
<!DOCTYPE html>
|
2025-08-07 23:24:56 +02:00
|
|
|
<html lang="de">
|
|
|
|
|
<head>
|
2025-08-08 21:14:41 +02:00
|
|
|
<meta charset="utf-8" />
|
2025-08-07 23:24:56 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-08-08 21:14:41 +02:00
|
|
|
<title>Soundboard</title>
|
|
|
|
|
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet" />
|
2025-08-09 22:55:11 +02:00
|
|
|
|
2025-08-08 21:14:41 +02:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
2025-08-07 23:24:56 +02:00
|
|
|
</head>
|
2025-08-08 21:14:41 +02:00
|
|
|
<body class="p-4 sm:p-8">
|
2025-08-07 23:24:56 +02:00
|
|
|
<div id="root"></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|