MyReadings/cast.html

15 lines
200 B
HTML
Raw Normal View History

2024-08-05 15:14:49 -04:00
<!DOCTYPE html>
<head>
<title>My Readings</title>
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-05 15:37:29 -04:00
{{books}}
2024-08-05 15:14:49 -04:00
</table>
</body>