14 lines
503 B
Plaintext
14 lines
503 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>Song Overlay</title>
|
|
<link rel="stylesheet" href="/plugins/now_playing/assets/render.css?v=<%= assetVersion %>" />
|
|
</head>
|
|
<body>
|
|
<main id="now-playing-root" aria-live="polite" data-state="<%= initialJson %>" data-token="<%= token %>"></main>
|
|
<script src="/plugins/now_playing/assets/render.js?v=<%= assetVersion %>" defer></script>
|
|
</body>
|
|
</html>
|