This commit is contained in:
2024-08-05 21:14:49 +02:00
commit 5a8833d465
6 changed files with 66 additions and 0 deletions

12
cast.html Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<head>
<title>My Readings</title>
</head>
<body>
<h1>My Readings</h1>
<table id="table">
{{}}
</table>
</body>