fuck it, drop 100 megabytes into the repo. Also new post
This commit is contained in:
parent
9aa51cfcd4
commit
b83a3c8fb0
24 changed files with 204 additions and 23 deletions
67
2024_music.html
Executable file
67
2024_music.html
Executable 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>
|
Loading…
Add table
Add a link
Reference in a new issue