footer.php

<?php
/**
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package theme
 */

?>
    </main>
    <footer id="footer">
        <p>Here goes some content for the footer</p>
    </footer>
</div>


</body>
</html>