MyReadings/cast.html
2024-08-05 21:37:29 +02:00

15 lines
200 B
HTML

<!DOCTYPE html>
<head>
<title>My Readings</title>
<style>
{{style}}
</style>
</head>
<body>
<h1>My Readings</h1>
<table id="table">
{{books}}
</table>
</body>