MyReadings/cast.html

26 lines
483 B
HTML
Raw Permalink Normal View History

2024-08-05 15:14:49 -04:00
<!DOCTYPE html>
<head>
<title>My Readings</title>
2024-08-06 06:56:44 -04:00
<meta charset="UTF-8">
2024-08-05 15:37:29 -04:00
<style>
{{style}}
</style>
2024-08-05 15:14:49 -04:00
</head>
<body>
<h1>My Readings</h1>
<table id="table">
2024-08-06 08:04:44 -04:00
<thead>
<tr>
<th>Image</th>
<th>Name and description</th>
<th>My opignon</th>
<th>Reading date</th>
</tr>
</thead>
<tbody>
{{books}}
</tbody>
2024-08-05 15:14:49 -04:00
</table>
</body>