re-arranged user flow to display assignment first, with the optional button to access information from spotify.

This commit is contained in:
Joshua Ashton
2025-02-04 12:34:29 -07:00
parent 1888f11fe5
commit ea1def7409
111 changed files with 12269 additions and 128 deletions
+14
View File
@@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<title>Dummy Title</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 <?php echo 'id="bright"'; ?>>Hello cruel world!</h1>
</body>
</html
+3
View File
@@ -0,0 +1,3 @@
#bright {
color: red;
}