15 lines
598 B
HTML
Executable File
15 lines
598 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html dir="auto">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Spotify - Login</title>
|
|
<link rel="stylesheet" href="https://local_resource_host/css/glue.css" />
|
|
<link rel="stylesheet" href="css/login.css"><link rel="stylesheet" class="userCSS" href="css/user.css"></head>
|
|
<body class="is-login-page">
|
|
<div class="body-drag-top"></div>
|
|
<div id="main" class="main"></div>
|
|
<!-- "init.js" is served by the desktop client and provides the "window.__spotify" object. -->
|
|
<script src="init.js"></script>
|
|
<script src="login.bundle.js"></script></body>
|
|
</html>
|