- Wrap messages into a main element - Add classes for all texts except the back to home link - Translate everything in French
6 lines
231 B
PHP
6 lines
231 B
PHP
<main class="error_main">
|
|
<h1 class="error_code_title">Erreur 403</h1>
|
|
<h2 class="error_code_description">Vous n'avez pas l'autorisation d'accéder à cette page 😥</h2>
|
|
<a href="/">Retourner à l'accueil</a>
|
|
</main>
|