Finish project

This commit is contained in:
2025-08-01 12:37:53 -04:00
parent 260142445a
commit fde8f3d7a3
7 changed files with 497 additions and 34 deletions

22
html/error.html Normal file
View File

@ -0,0 +1,22 @@
<!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>
<h2>Error Occurred</h2>
<p class="description error">{{ ERROR_MESSAGE }}</p>
<a href="/" class="btn home">
<p>Return Home</p>
</a>
</div>
</body>
</html>