add home template

This commit is contained in:
Yisroel Baum 2026-04-23 10:01:45 +03:00
parent 09b906a00f
commit 95ea38acfa
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

12
views/templates/home.php Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>Daily Goals - Home</title>
</head>
<body>
<h1>Home</h1>
<ul id="texts-list">
</ul>
<script src="/js/home.js"></script>
</body>
</html>