lofi-app/frontend/index.html
2026-05-09 08:57:54 -05:00

13 lines
406 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Lofi Radio - streams live audio from popular lo-fi YouTube channels" />
<title>Lofi Radio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>