MyReadings/cast.html
2024-08-06 14:04:44 +02:00

26 lines
483 B
HTML

<!DOCTYPE html>
<head>
<title>My Readings</title>
<meta charset="UTF-8">
<style>
{{style}}
</style>
</head>
<body>
<h1>My Readings</h1>
<table id="table">
<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>