elnafo-radio/crates/frontend/index.html
L-Nafaryus 71ff2ad34a
Some checks failed
nix-build-publish / check (push) Failing after 3m49s
fix: client appearance [#1]
2024-10-10 22:14:08 +05:00

14 lines
518 B
HTML

<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/assets/vinyl.svg" type="image/svg+xml" sizes="16x16 32x32">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<title>Elnafo Radio Dev</title>
</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>