phtan.github.io/books.html
Pheng Heong TAN 4c92f93071
Create books.html
Getting sick of the "social media" aspects of Goodreads.com , such as "Likes" from other users of Goodreads.com .

Hence this web-page.
2021-04-13 14:01:27 +08:00

11 lines
243 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>
</ol>
</div>
</html>