add texts page for admin

This commit is contained in:
Yisroel Baum 2026-04-12 21:53:11 +03:00
parent 3165bff891
commit e4001b564a
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

15
views/templates/texts.php Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>Daily Goals - Texts</title>
</head>
<body>
<h1>Texts</h1>
<a href="/admin" id="back">Back to Admin</a>
<ul id="texts-list">
{{texts}}
</ul>
<input id="newTextName"/>
<button id="submit">submit</button>
</body>
</html>