2024-07-26 00:33:19 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="ru-RU">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2024-07-27 23:39:28 +03:00
|
|
|
<title>YT Music Live</title>
|
2024-07-26 00:33:19 +03:00
|
|
|
<link rel="stylesheet" href="/static/styles/main.css" />
|
|
|
|
<script src="/static/scripts/color-thief.umd.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root">
|
|
|
|
<div id="music" class="hidden">
|
2024-07-27 23:39:28 +03:00
|
|
|
<span class="title"></span>
|
2024-07-26 00:33:19 +03:00
|
|
|
<div class="progress-bar">
|
2024-07-27 23:39:28 +03:00
|
|
|
<img class="cover" alt="" />
|
2024-07-26 00:33:19 +03:00
|
|
|
<div class="data">
|
|
|
|
<span class="title"></span>
|
|
|
|
<span class="artists"></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<script src="/static/scripts/main.js"></script>
|
|
|
|
</html>
|