aboutsummaryrefslogtreecommitdiff
path: root/404.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-07-20 01:15:15 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-07-20 01:15:15 +0200
commitaf9e5ef458b93ef2003905e1ccc5665e7266c242 (patch)
tree989ac25a8b75578788cd7157308f37b9b83cf8f5 /404.php
downloadmain-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.gz
main-af9e5ef458b93ef2003905e1ccc5665e7266c242.tar.bz2
main-af9e5ef458b93ef2003905e1ccc5665e7266c242.zip
Commit
Diffstat (limited to '404.php')
-rw-r--r--404.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/404.php b/404.php
new file mode 100644
index 0000000..6a086ae
--- /dev/null
+++ b/404.php
@@ -0,0 +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 require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>