mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-28 03:39:54 +00:00
21 lines
680 B
HTML
21 lines
680 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta
|
|
name="description"
|
|
content="Dashboard for Multi Scrobbler"
|
|
/>
|
|
<meta name="theme-color" content="#000000" />
|
|
<link rel="apple-touch-icon" href="/logo192.png" />
|
|
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Multi Scrobbler</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/client/index.tsx"></script>
|
|
</body>
|
|
</html>
|