27 lines
660 B
HTML
27 lines
660 B
HTML
<!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>
|
|
|