first theme commit

This commit is contained in:
2024-05-03 01:55:19 -04:00
commit 3d9ef61176
153 changed files with 53926 additions and 0 deletions

18
footer.php Normal file
View File

@@ -0,0 +1,18 @@
<?php
/**
* Footer template.
*
* @package ThemeStarter
*/
?>
</main>
<?php get_template_part('template-parts/footer/footer'); ?>
<?php wp_footer() ?>
</body>
</html>