MyReadings/cast.html
2024-08-06 12:56:44 +02:00

16 lines
227 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">
{{books}}
</table>
</body>