add forbidden template
This commit is contained in:
parent
2666f40c27
commit
a7b7a4a96b
1 changed files with 11 additions and 0 deletions
11
views/templates/forbidden.php
Normal file
11
views/templates/forbidden.php
Normal 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>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue