test
This commit is contained in:
+3
-3
@@ -3,15 +3,15 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Favorite Albums</title>
|
<title>Favorite Albums</title>
|
||||||
<link rel="stylesheet" href="/music/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">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<script src="/music/js/switch.js"></script>
|
<script src="music/js/switch.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<a href="explore"><button id="switcher">Spotify API Exploration</button></a>
|
<a href="explore"><button id="switcher">Spotify API Exploration</button></a>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<?php include('/music/core.php'); ?>
|
<?php include('core.php'); ?>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user