-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 880 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>WeatherVibe</title>
<link rel = "stylesheet" href="styles.css">
<script src="spotify-auth.js"></script>
</head>
<body>
<div class="bgimg">
<div class="blob">
<div class= "text">
<h1>Welcome to WeatherVibe!</h1>
<p>If you allow this website to access your location, it will generate a Spotify playlist for you based on the weather and time of day of your current location. First, please allow access to your spotify account.</p>
<button type="button" id = "spotifyAuthButton" onclick=authSpotify()>Authenticate with Spotify</button>
<p>By: Damanjit Gill & Aryan Rastogi</p>
<p>Built in one day for <a href="https://hackthenorth.com/">Hack the North 2020++</a></p>
</div>
</div>
</div>
</body>
</html>