removing unecessarylines
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2024-09-23 13:08:50 +02:00
parent e29cc748d0
commit 25ab5d7aaf

View File

@ -1,7 +1,5 @@
<?php get_header('minimal'); ?> <?php get_header('minimal'); ?>
<div class="back-end__front-page"> <div class="back-end__front-page">
<img class="cover" src="<?php echo get_template_directory_uri() . '/resources/img/lhoist-OG-image-personnage.png' ?>" alt=""> <img class="cover" src="<?php echo get_template_directory_uri() . '/resources/img/lhoist-OG-image-personnage.png' ?>" alt="">
</div> </div>
<?php wp_footer(); ?> <?php wp_footer(); ?>