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.
master
Pheng Heong TAN 2021-04-13 14:01:27 +08:00 committed by GitHub
parent 3ccf9e9826
commit 4c92f93071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
books.html 100644
View File

@ -0,0 +1,10 @@
<!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>