add placeholder re. Year 2022
parent
7e1989c3ad
commit
2c9f722c95
30
books.html
30
books.html
|
@ -1,5 +1,28 @@
|
||||||
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="solarized_light.css"> </head>
|
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="solarized_light.css"> </head>
|
||||||
|
|
||||||
|
|
||||||
|
<div>
|
||||||
|
<h3>Books I've read in 2022 A.D.
|
||||||
|
</h3>
|
||||||
|
<table>
|
||||||
|
<tr>
|
||||||
|
<th>Author</th>
|
||||||
|
<th>Title</th>
|
||||||
|
<th>First published in the year</th>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<br />
|
||||||
|
|
||||||
|
<div><small>
|
||||||
|
I note a few books I disliked, over
|
||||||
|
<a href="books_disliked.html">there
|
||||||
|
</a>. Yes, I did not enjoy them.
|
||||||
|
</small>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<h3>Books I've read in 2021 A.D.
|
<h3>Books I've read in 2021 A.D.
|
||||||
</h3>
|
</h3>
|
||||||
|
@ -129,12 +152,5 @@ happened yesterday: Stories"</td>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<br />
|
|
||||||
|
|
||||||
<div><small>
|
|
||||||
I note a few books I disliked, over
|
|
||||||
<a href="books_disliked.html">there
|
|
||||||
</a>. Yes, I did not enjoy them.
|
|
||||||
</small>
|
|
||||||
</div>
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue