19 lines
454 B
PHP
Executable File
19 lines
454 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Favorite Albums</title>
|
|
<link rel="stylesheet" href="music/css/styles.css" type="text/css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script src="music/js/switch.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<a href="explore"><button id="switcher">Spotify API Exploration</button></a>
|
|
<div id="content">
|
|
<?php include('core.php'); ?>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|