This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
FunctionProject/404.php
Divlo 207c8f4eb7 Revert "Center Content each page"
This reverts commit 18fd18fec07f4816bf3b249c728ab1db678beed4.
2019-08-19 11:23:22 +02:00

17 lines
460 B
PHP

<!-- Head Perso -->
<?php include("./php/headPerso.php");?>
<!-- Header -->
<?php include("./incl/header.php");?>
<!-- Menu -->
<?php include("./incl/menu.php");?>
<!-- Page Content -->
<div class="container">
<h1>Erreur <span class="important">404</span></h1>
<p class="pt-3 text-center">Cette page n'existe pas! <a href="/index.php" class="important">Revenir à la page d'accueil ?</a></p>
</div>
<!-- Footer -->
<?php include("./incl/footer.php");?>