This commit is contained in:
2025-03-31 12:45:58 -06:00
parent b6f707c929
commit 282ad2d8cb
327 changed files with 340 additions and 192 deletions
Regular → Executable
+3 -2
View File
@@ -22,14 +22,15 @@ $_SESSION['code'] = $_GET['code'];
<head>
<title>Favorite Albums</title>
<link rel="stylesheet" href="../css/styles.css" type="text/css">
<link rel="stylesheet" href="music/css/styles.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/switch.js"></script>
<script src="music/js/switch.js"></script>
</head>
<body>
<?php get_songs($_SESSION['code'], $client_id, $client_secret); ?>
</body>
</html>
<?php