- Wrap messages into a main element - Add classes for all texts except the back to home link - Translate everything in French
6 lines
206 B
PHP
6 lines
206 B
PHP
<main class="error_main">
|
|
<h1 class="error_code_title">Erreur 404</h1>
|
|
<h2 class="error_code_description">La page n'a pas été trouvée 😥</h2>
|
|
<a href="/">Retourner à l'accueil</a>
|
|
</main>
|