|
|
@ -4,6 +4,7 @@ |
|
|
|
<head> |
|
|
|
<title>User Login</title> |
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> |
|
|
|
<link rel="stylesheet" href="{% static 'spotifyvis/css/dark_bg.css' %}"> |
|
|
|
<style type="text/css"> |
|
|
|
.text-overflow { |
|
|
|
overflow: hidden; |
|
|
@ -18,10 +19,9 @@ |
|
|
|
<body> |
|
|
|
<div class="container"> |
|
|
|
<div id="login"> |
|
|
|
<h1>This is an example of the Authorization Code flow</h1> |
|
|
|
<a href="/login" class="btn btn-primary">Log In (Original)</a> |
|
|
|
<h1>spotify-lib-vis</h1> |
|
|
|
<a href="/login" class="btn btn-primary">Scan Library</a> |
|
|
|
<a href="/test_db" class="btn btn-primary">Test DB</a> |
|
|
|
<button id="login-btn">Log In</button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div id="data-container"> |
|
|
|