re-arranged user flow to display assignment first, with the optional button to access information from spotify.
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,3 @@
|
||||
#bright {
|
||||
color: red;
|
||||
}
|
||||
Reference in New Issue
Block a user