1
0
Fork 0

fuck it, drop 100 megabytes into the repo. Also new post

This commit is contained in:
Lethe Beltane 2024-01-30 07:55:30 -06:00
parent 9aa51cfcd4
commit b83a3c8fb0
Signed by: lethe
GPG key ID: 21A3DA3DE29CB63C
24 changed files with 204 additions and 23 deletions

67
2024_music.html Executable file
View file

@ -0,0 +1,67 @@
<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>