36 lines
764 B
HTML
36 lines
764 B
HTML
<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="solarized_light.css"> </head>
|
|
|
|
<div>
|
|
<h3>Books I've read in 2021 A.D.
|
|
</h3>
|
|
<ol>
|
|
<li>Sir Arthur Conan Doyle. "The hound of the Baskervilles".
|
|
</li>
|
|
<li>John Bunyan.
|
|
Edited by Jesse Lyman Hurlbut.
|
|
"The pilgrim's progress".
|
|
</li>
|
|
<li>Derek Sivers.
|
|
<a href="https://sive.rs/m">
|
|
"Your music and people:
|
|
Creative and considerate fame".</a>
|
|
</li>
|
|
<li>Crispin Rodrigues. "The Nomad Principle".
|
|
</li>
|
|
<li>Eric Linklater. "Poet's pub".
|
|
</li>
|
|
<li>Yossi Ghinsberg. "Jungle: A harrowing true story
|
|
of survival in the Amazon".
|
|
</li>
|
|
</ol>
|
|
</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>
|