Goal-Calibration/views/templates/today.php

13 lines
245 B
PHP

<!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>