navidrome_disconic_fe/subsonic-ui-svelte/index.html

14 lines
371 B
HTML
Raw Normal View History

2024-12-20 13:54:03 +02:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-12-21 00:42:28 +02:00
<title>Discord music bot remote</title>
2024-12-20 13:54:03 +02:00
</head>
<body>
2024-12-20 15:32:07 +02:00
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
2024-12-20 13:54:03 +02:00
</body>
</html>