1
0
Fork 0
mayvaneday/2024_books.html

49 lines
1.2 KiB
HTML
Raw Normal View History

2024-01-01 17:07:47 +01:00
<html>
<head>
<title>Vane reads one book 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 reads one book by women every week of 2024</h1>
<table>
<thead>
<th>Date finished reading</th>
<th>Book Title</th>
<th>Author</th>
<th>Comments / notes</th>
</thead>
<tbody>
<tr>
<td>2024-01-01</td>
<td>The Raven Boys</td>
<td>Maggie Stiefvater</td>
<td>Despite the insufferability of the average rich kid psyche, this book was actually a quite enjoyable romp through the Virginia countryside. Four boys, one of which is dead and pretending otherwise, and a kinda-not-really psychic girl try to wake up a ley line in search of a dead king and end up getting their Latin teacher trampled to death. Good times.</td>
</tr>
</tbody>
</table>
</body>
</html>