You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
760 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../styles.css">
<title>Music Page</title>
</head>
<body>
<main>
<section>
<h1>This is the MUSIC page</h1>
<img src="https://images.unsplash.com/photo-1533738363-b7f9aef128ce?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1035&q=80" alt="">
<ol>
<li><a href="../index.html">Main Page</a></li>
<li><a href="./reviews.html">Reviews Page</a></li>
<li><a href="./listings.html">Listings</a></li>
</ol>
</section>
</main>
</body>
</html>