🏠 Root
/
home
/
a
/
r
/
t
/
artorgp
/
www
/
wp-content
/
themes
/
olorun
/
Editing: 404.php
<?php /** * The template for displaying 404 pages (not found) * * @link https://codex.wordpress.org/Creating_an_Error_404_Page * * @package WordPress * @subpackage Base theme developped by Arthur H. * @version 1.0 */ get_header(); ?> <div id="blogbanner" class="mainbanner"> <space id="bannershadow"> <h1>Page introuvable - erreur 404.</h1> </space> </div> <?php get_footer();
Save
Cancel