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
parent
3ccf9e9826
commit
4c92f93071
|
@ -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>
|
Loading…
Reference in New Issue