diff options
Diffstat (limited to '_site/errs/404.php')
-rw-r--r-- | _site/errs/404.php | 18 |
1 files changed, 9 insertions, 9 deletions
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 |