- <?php
- ?>
- <link href="<?php echo ROOT_URL; ?>/css/bootstrap.min.css" rel="stylesheet">
- <div style="margin:15% auto;width:50%;max-width:150px;font-family:Arial;text-align:center">
- <h1>404</h1>
- Page introuvable
- <a href="<?php echo ROOT_URL; ?>/index.php">Revenir à l'accueil</a>
- </div>
|