Lumi/plugins/now_playing/views/render.ejs
2026-07-24 14:44:27 +02:00

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>