basic styling.

This commit is contained in:
Joshua Ashton
2025-02-03 10:54:55 -07:00
parent b3c82d7062
commit e3a972d702
6 changed files with 104 additions and 8 deletions
+2 -2
View File
@@ -3,6 +3,7 @@ session_start();
if (!isset($_GET['code'])) {
header('Location: https://login.joshashton.dev/');
// header('Location: http://localhost:9753/');
exit;
}
?>
@@ -16,8 +17,7 @@ if (!isset($_GET['code'])) {
</head>
<body>
<h1>My Favorite Albums</h1>
<button id="switcher" onclick=modeSwitch('core')>Explore</button>
<button id="switcher" onclick=modeSwitch('core')>Core</button>
<div id="content">
<?php include ('explore.php'); ?>
</div>