15 lines
200 B
HTML
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> |