Finish project
This commit is contained in:
26
html/home.html
Normal file
26
html/home.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<title>Spotify Top Songs Playlist</title>
|
||||
<link rel="icon" type="image/x-icon" href="https://spotify.com/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="center">
|
||||
<h1>Spotify Top Songs Playlist</h1>
|
||||
<p class="description">Create an auto-updating playlist containing your recent top played tracks</p>
|
||||
<a href="/authorize" class="btn spotify">
|
||||
<img class="logo-img"
|
||||
src="https://storage.googleapis.com/pr-newsroom-wp/1/2021/02/Spotify_Icon_RGB_White.png"
|
||||
alt="Spotify Logo"
|
||||
height="25"
|
||||
/>
|
||||
<p>Connect Spotify</p>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user