add today view route and template
This commit is contained in:
parent
0b4d7238af
commit
bfacb5b62c
5 changed files with 60 additions and 1 deletions
13
views/templates/today.php
Normal file
13
views/templates/today.php
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue