test
This commit is contained in:
+3
-3
@@ -3,15 +3,15 @@
|
||||
|
||||
<head>
|
||||
<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">
|
||||
<script src="/music/js/switch.js"></script>
|
||||
<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('/music/core.php'); ?>
|
||||
<?php include('core.php'); ?>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user