404.php 289 B

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