14 lines
606 B
HTML
14 lines
606 B
HTML
|
<!DOCTYPE html>
|
||
|
<html dir="auto">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>Playlist folder</title>
|
||
|
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
|
||
|
<link rel="stylesheet" href="css/playlist-folder.css"><link rel="stylesheet" class="userCSS" href="https://zlink.app.spotify.com/css/user.css"></head>
|
||
|
<body class="non-mobile">
|
||
|
<div class="render-target"></div>
|
||
|
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
|
||
|
<script src="init.js"></script>
|
||
|
<script src="playlist-folder.bundle.js"></script></body>
|
||
|
</html>
|