diff options
Diffstat (limited to '_site/errs/403.php')
-rw-r--r-- | _site/errs/403.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_site/errs/403.php b/_site/errs/403.php new file mode 100644 index 0000000..03fd907 --- /dev/null +++ b/_site/errs/403.php @@ -0,0 +1,10 @@ +<?php $_TITLE = "Error 403"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> + +<div class="container" style="margin-top:30px;text-align: center;"> + <h1># 403_</h1> + <h4 style="margin-bottom:20px;">Feeling curious, huh?</h4> + <p>You tried to access some <i>secret folder</i> that only the server administrators can access; in other words: you can't access this right now because we don't want you to.</p> + <p>You probably want to <a href="/" style="text-decoration: underline;">go back home</a>.</p> +</div> + +<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/footer.php"; ?>
\ No newline at end of file |