18 lines
669 B
HTML
Executable File
18 lines
669 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html dir="auto">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="google" value="notranslate" />
|
|
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
|
|
<title>Artist</title>
|
|
<link rel="stylesheet" href="css/artist.css"><link rel="stylesheet" class="userCSS" href="https://zlink.app.spotify.com/css/user.css"></head>
|
|
|
|
<body>
|
|
<div id="artist-page" data-play-source="artist"></div>
|
|
<div id="message-container"></div>
|
|
|
|
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
|
|
<script src="init.js"></script>
|
|
<script src="artist.bundle.js"></script></body>
|
|
</html>
|