5 lines
222 B
PHP
Executable File
5 lines
222 B
PHP
Executable File
<?php get_header('minimal'); ?>
|
|
<div class="back-end__front-page">
|
|
<img class="cover" src="<?php echo get_template_directory_uri() . '/resources/img/lhoist-OG-image-personnage.png' ?>" alt="">
|
|
</div>
|
|
<?php wp_footer(); ?>
|