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