Goal-Calibration/views/templates/forbidden.php

11 lines
227 B
PHP

<!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>