INIT: Version de base du thème WP Theme SEN2 v1.0.0

This commit is contained in:
2025-10-09 12:13:38 +00:00
parent 5839c442c2
commit b3043d5754
5 changed files with 363 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<footer class="container">
<div class="social-icons">
<a href="https://www.instagram.com/sen2_fr/" target="_blank" rel="noopener noreferrer" class="instagram-icon">
<i class="fab fa-instagram"></i>
</a>
</div>
<p>&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></p>
</footer>
//<?php wp_footer(); ?>
</body>
</html>