Commit 7edae8f114de0c97db5d62351b3adbb231e1acfa

Authored by Geoffrey PREUD'HOMME
1 parent cb9386b5

Better 404 page

Showing 3 changed files with 7 additions and 3 deletions   Show diff stats
.htaccess
1   -FallbackResource /index.php
2   -ErrorDocument 404 /index.php
3 1 \ No newline at end of file
  2 +FallbackResource ./index.php
  3 +ErrorDocument 404 ./index.php
4 4 \ No newline at end of file
... ...
1   -<h2>Page non-trouvée !</h2>
2 1 \ No newline at end of file
  2 +<div class="container">
  3 + <h2>Page non-trouvée !</h2>
  4 + <img alt="WALL-E tout cassé" src="img/404.png" style="max-height: 400px; max-width: 90%"/>
  5 + <p>Désolé !</p>
  6 +</div>
3 7 \ No newline at end of file
... ...
img/404.png 0 → 100644

224 KB