2025-08-08 21:14:41 +02:00
|
|
|
<!DOCTYPE html>
|
2025-08-07 23:24:56 +02:00
|
|
|
<html lang="de">
|
|
|
|
|
|
2026-02-26 13:47:54 +01:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
|
2026-03-01 01:39:52 +01:00
|
|
|
<meta name="theme-color" content="#0b0b0f" />
|
|
|
|
|
<title>Jukebox</title>
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&family=Outfit:wght@300;400;500;600;700&display=swap" rel="stylesheet" />
|
2026-02-26 13:47:54 +01:00
|
|
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</head>
|
2025-08-07 23:24:56 +02:00
|
|
|
|
2026-02-26 13:47:54 +01:00
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
</body>
|
2025-08-07 23:24:56 +02:00
|
|
|
|
2026-03-01 01:39:52 +01:00
|
|
|
</html>
|