add forbidden template

This commit is contained in:
Yisroel Baum 2026-04-24 13:26:01 +03:00
parent 2666f40c27
commit a7b7a4a96b
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>Daily Goals - Forbidden</title>
</head>
<body>
<h1>403 Forbidden</h1>
<p>You do not have permission to access this page.</p>
<a href="/home">Back to Home</a>
</body>
</html>