updated basic HTML portions for better semantics

This commit is contained in:
Jacob Haddon
2024-02-18 11:35:39 -05:00
parent 0d83ea38a6
commit a90b2b0b62
4 changed files with 71 additions and 35 deletions

View File

@ -1,3 +1,15 @@
<hr>
<footer>
<p>this is a <a href="http://motherfuckingwebsite.com/">motherfucking website</a> and a <a href="http://bettermotherfuckingwebsite.com/">better motherfucking</a> website.</p>
<p><a href="https://code.jacobhaddon.com/Wordpress/mfwpt">Code</a> by Jacob Haddon - license <a href="https://www.gnu.org/licenses/gpl-2.0.en.html">GPLv2.0 or later</a> - <a href="https://Apokrupha.com">Apokrupha.com</a></p>
</footer>
<hr>
<?php wp_footer(); ?>
</body>
</html>