diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-04 16:56:12 +0200 |
commit | 896fa7c96856142f844d958b049d5432f511641c (patch) | |
tree | d8bbbe327939ade9bd13276c6b4c6105adf95323 /_site/errs/403.php | |
parent | 7df2fb3f5ee0ac5bd89e127c86ad0c2d6de126d1 (diff) | |
download | unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.gz unchainedtech-896fa7c96856142f844d958b049d5432f511641c.tar.bz2 unchainedtech-896fa7c96856142f844d958b049d5432f511641c.zip |
v2.0
Diffstat (limited to '_site/errs/403.php')
-rw-r--r-- | _site/errs/403.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/_site/errs/403.php b/_site/errs/403.php index 03fd907..5e0e335 100644 --- a/_site/errs/403.php +++ b/_site/errs/403.php @@ -1,10 +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 $_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 |