add: style

This commit is contained in:
2024-08-05 21:37:29 +02:00
parent 2018c7e3a2
commit 9d297fca7f
3 changed files with 11 additions and 4 deletions

View File

@ -2,11 +2,14 @@
<head>
<title>My Readings</title>
<style>
{{style}}
</style>
</head>
<body>
<h1>My Readings</h1>
<table id="table">
{{}}
{{books}}
</table>
</body>