13 lines
560 B
HTML
13 lines
560 B
HTML
|
<!DOCTYPE html>
|
||
|
<html dir="auto">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
|
||
|
<link rel="stylesheet" href="css/buddy-list.css"><link rel="stylesheet" class="userCSS" href="https://zlink.app.spotify.com/css/user.css"></head>
|
||
|
<body>
|
||
|
<div id="root" data-play-source="buddy-list"></div>
|
||
|
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
|
||
|
<script src="init.js"></script>
|
||
|
<script src="buddy-list.bundle.js"></script></body>
|
||
|
</html>
|