diff options
Diffstat (limited to '_site/errs')
-rw-r--r-- | _site/errs/403.php | 18 | ||||
-rw-r--r-- | _site/errs/404.php | 18 | ||||
-rw-r--r-- | _site/errs/500.php | 18 |
3 files changed, 27 insertions, 27 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 diff --git a/_site/errs/404.php b/_site/errs/404.php index d2ef0f3..158cbe3 100644 --- a/_site/errs/404.php +++ b/_site/errs/404.php @@ -1,10 +1,10 @@ -<?php $_TITLE = "Error 404"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?> - -<div class="container" style="margin-top:30px;text-align: center;"> - <h1># 404_</h1> - <h4 style="margin-bottom:20px;">You surely know what this means.</h4> - <p>Welp, we can't find what you are looking for right now. If you clicked on a link, the relevant page may have been moved, deleted or something like that.</p> - <p>You probably want to <a href="/" style="text-decoration: underline;">go back home</a>.</p> -</div> - +<?php $_TITLE = "Error 404"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/dom/header.php"; ?>
+
+<div class="container" style="margin-top:30px;text-align: center;">
+ <h1># 404_</h1>
+ <h4 style="margin-bottom:20px;">You surely know what this means.</h4>
+ <p>Welp, we can't find what you are looking for right now. If you clicked on a link, the relevant page may have been moved, deleted or something like that.</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 diff --git a/_site/errs/500.php b/_site/errs/500.php index b7421a0..ad2a2a7 100644 --- a/_site/errs/500.php +++ b/_site/errs/500.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># 500_</h1> - <h4 style="margin-bottom:20px;">Did I miss something?</h4> - <p>Something's really wrong with the server and we can't get you to that thing you wanted right now. Perhaps you could try that later</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># 500_</h1>
+ <h4 style="margin-bottom:20px;">Did I miss something?</h4>
+ <p>Something's really wrong with the server and we can't get you to that thing you wanted right now. Perhaps you could try that later</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 |