Version 1.0.0 - Initialisation du thème Portfolio Photo

This commit is contained in:
2025-10-08 12:49:35 +00:00
parent 936a35557c
commit 12e58c8ec7
10 changed files with 413 additions and 1 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>