put link to admin/texts in admin page

This commit is contained in:
Yisroel Baum 2026-04-12 21:51:30 +03:00
parent 688373f46d
commit 3165bff891
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -1,10 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Daily Goals</title>
<title>Daily Goals - Admin</title>
</head>
<body>
<input id='newTextname'/>
<button id='submit'>submit</button>
<a href="/admin/texts" id="texts">Texts</a>
</body>
</html>