dotfiles/.config/spicetify/Extracted/Themed/lyrics/index.html

21 lines
876 B
HTML
Raw Normal View History

2021-03-28 17:11:08 +02:00
<!DOCTYPE html>
<html dir="auto">
<head>
<meta charset="utf-8" />
<title>Lyrics</title>
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
<link rel="stylesheet" href="css/lyrics.css"><link rel="stylesheet" class="userCSS" href="https://zlink.app.spotify.com/css/user.css"></head>
<body>
<div class="lyrics-color-container">
<div class="online-container">
<div id="lyrics-lines-container" class="lyrics-lines-container"></div>
<div id="message-container" class="message-container"></div>
<div id="attribution-container" class="attribution-container"></div>
</div>
</div>
<div id="error"></div>
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
<script src="init.js"></script>
<script src="lyrics.bundle.js"></script></body>
</html>