-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathindex.html
27 lines (27 loc) · 1.39 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<title>Spotify 3D Visualizer</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="gh-fork-ribbon.min.css" />
<script type="text/javascript" src="glmatrix.js"></script>
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<canvas id="canvas" style="border: none; width:100%; height:100%;" width="1200" height="800"></canvas><br/>
<div id="biglogin" class="biglogin"><a onclick="login()">Sign in to Spotify</a></div>
<div id="toast" class="toast"><span id="text"></span><span id="text2"></span></div>
<div class="trackposition" id="trackposition"><div class="fill" id="trackpositionfill"></div></div>
<script>
/* these are @possan's analytics, so lets disable them
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49750240-1', 'auto');
ga('send', 'pageview');
*/
</script>
<a class="github-fork-ribbon" href="https://github.com/plamere/webgl-spotify-connect-now-playing-screen-example" title="Fork me on GitHub">Fork me on GitHub</a>
</body>
</html>