67 lines
		
	
	
		
			No EOL
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			No EOL
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
		
			Executable file
		
	
	
	
	
| <html>
 | |
| 	<head>
 | |
| 		<title>Vane listens to one music album by women every week of 2024 - MayVaneDay Studios</title>
 | |
| 		<style>
 | |
| 			body {
 | |
| 				margin: auto;
 | |
| 				margin-top: 14px;
 | |
| 				font-family: monospace !important;
 | |
| 				background-color: #cc99ff;
 | |
| 				max-width: 1000px;
 | |
| 			}
 | |
| 			table {
 | |
| 				width: auto;
 | |
| 				margin-left: auto;
 | |
| 				margin-right: auto;
 | |
| 			}
 | |
| 			table, td {
 | |
| 				border: 1px solid;
 | |
| 				max-width: 800px;
 | |
| 			}
 | |
| 			h1 {
 | |
| 				text-align: center;
 | |
| 				padding: 4px;
 | |
| 			}
 | |
| 			table, h1 {
 | |
| 				background-color: #99ccff;
 | |
| 			}
 | |
| 		</style>
 | |
| 	</head>
 | |
| 	<body>
 | |
| 		<h1>Vane listens to one music album by women every week of 2024</h1>
 | |
| 		<table>
 | |
| 			<thead>
 | |
| 				<th>Week</th>
 | |
| 				<th>Album Name</th>
 | |
| 				<th>Album Artist</th>
 | |
| 				<th>Comments / notes</th>
 | |
| 			</thead>
 | |
| 			<tbody>
 | |
| 				<tr>
 | |
| 					<td>2024-W1</td>
 | |
| 					<td>Your Little Secret</td>
 | |
| 					<td>Melissa Etheridge</td>
 | |
| 					<td>Nice voice, but I'm not sure folk is my thing.<br>Favorite track: <b>Nowhere To Go</b></td>
 | |
| 				</tr>
 | |
| 				<tr>
 | |
| 					<td>2024-W2</td>
 | |
| 					<td>Big Time</td>
 | |
| 					<td>Angel Olsen</td>
 | |
| 					<td>Is "farmhouse muzak" a thing?<br>Favorite track: <b>Dream Thing</b></td>
 | |
| 				</tr>
 | |
| 				<tr>
 | |
| 					<td>2023-W3</td>
 | |
| 					<td>Eternal Blue</td>
 | |
| 					<td>Spiritbox</td>
 | |
| 					<td></td>
 | |
| 				</tr>
 | |
| 				<tr>
 | |
| 					<td>2024-W4</td>
 | |
| 					<td>la luna</td>
 | |
| 					<td>Always Already</td>
 | |
| 					<td></td>
 | |
| 				</tr>
 | |
| 			</tbody>
 | |
| 		</table>
 | |
| 	</body>
 | |
| </html> |