diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-08 12:04:30 +0200 |
commit | 95112b1eb06a4be531ded59563d53a63a8d614e8 (patch) | |
tree | fd3dc676227309c87a39feab9ca458985e327907 /404.php | |
parent | 87303b0d3540037fb94efdde24dbaacb2880d6cb (diff) | |
download | main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.gz main-95112b1eb06a4be531ded59563d53a63a8d614e8.tar.bz2 main-95112b1eb06a4be531ded59563d53a63a8d614e8.zip |
Opening!
Diffstat (limited to '404.php')
-rw-r--r-- | 404.php | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,12 +1,12 @@ -<?php $_TITLE = "Not Found"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?> -<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box"> - <div class="container" style="text-align: center;"> - <p class="display-1">404</p> - <h1><?= l("Stop messing with that!", "Arrêtez de jouer avec ça !") ?></h1> - <h4><?= l("We couldn't find the content you asked for, sorry...", "Nous ne parvenons pas à trouver le contenu demandé, désolé...") ?></h4> - <a href="/" class="btn btn-outline-light"><?= l("Go back home", "Retourner à la page d'accueil") ?></a> - </div> - - <br> -</div> +<?php $_TITLE = "Not Found"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<div style="margin-top: 56px;z-index: 5;background: #fff;padding-top: 20px;min-height: calc(100vh - 57px);" id="main-box">
+ <div class="container" style="text-align: center;">
+ <p class="display-1">404</p>
+ <h1><?= l("Stop messing with that!", "Arrêtez de jouer avec ça !") ?></h1>
+ <h4><?= l("We couldn't find the content you asked for, sorry...", "Nous ne parvenons pas à trouver le contenu demandé, désolé...") ?></h4>
+ <a href="/" class="btn btn-outline-light"><?= l("Go back home", "Retourner à la page d'accueil") ?></a>
+ </div>
+
+ <br>
+</div>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>
\ No newline at end of file |