20 lines
416 B
HTML
20 lines
416 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<title>Spotify Top Songs Playlist | Setup Complete</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>
|
|
<h2>Setup Complete!</h1>
|
|
<p class="description">Look for a new playlist on Spotify</p>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|