FunctionProject/views/404.php

14 lines
409 B
PHP
Raw Normal View History

2019-08-16 13:45:04 +02:00
<!-- Head Perso -->
<?php include("./php/headPerso.php");?>
<!-- Header -->
<?php include("./incl/header.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>
2019-08-16 13:45:04 +02:00
</div>
<!-- Footer -->
<?php include("./incl/footer.php");?>