add today view route and template

This commit is contained in:
Yisroel Baum 2026-04-26 21:24:35 +03:00
parent 0b4d7238af
commit bfacb5b62c
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 60 additions and 1 deletions

13
views/templates/today.php Normal file
View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Daily Goals - Today</title>
</head>
<body>
<h1>Today</h1>
<ul id="scheduled-nodes-list">
</ul>
<script src="/js/auth.js"></script>
<script src="/js/today.js"></script>
</body>
</html>