2024-09-26 01:05:18 +05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="h-full">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
2024-09-26 19:27:38 +05:00
|
|
|
<link rel="icon" href="/assets/vinyl.svg" type="image/svg+xml" sizes="16x16 32x32">
|
2024-09-26 01:05:18 +05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-09-26 19:27:38 +05:00
|
|
|
<title>Elnafo Radio Dev</title>
|
2024-09-26 01:05:18 +05:00
|
|
|
</head>
|
|
|
|
<body class="h-full text-zinc-200 font-sans ">
|
|
|
|
<div id="app" class="flex flex-col h-full"></div>
|
|
|
|
<script type="module" src="src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|