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
		
	
	
		
			765 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			765 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>Listings Page</title>
 | |
| </head>
 | |
| <body>
 | |
| <main>
 | |
| <section>
 | |
|             <h1>This is the LISTINGS page</h1>
 | |
|             <img src="https://images.unsplash.com/photo-1543852786-1cf6624b9987?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1287&q=80" alt="">
 | |
|             <ol>
 | |
|                 <li><a href="../index.html">Main Page</a></li>
 | |
|                 <li><a href="./index.html">Music Page</a></li>
 | |
|                 <li><a href="./reviews.html">Reviews Page</a></li>
 | |
|             </ol>
 | |
| </section>
 | |
| </main>
 | |
|     
 | |
| </body>
 | |
| </html> |