change css, add thead

This commit is contained in:
2024-08-06 14:04:44 +02:00
parent a6b0eb17e7
commit 2ca297e68c
2 changed files with 51 additions and 9 deletions

View File

@ -11,6 +11,16 @@
<body>
<h1>My Readings</h1>
<table id="table">
{{books}}
<thead>
<tr>
<th>Image</th>
<th>Name and description</th>
<th>My opignon</th>
<th>Reading date</th>
</tr>
</thead>
<tbody>
{{books}}
</tbody>
</table>
</body>