updated basic HTML portions for better semantics
This commit is contained in:
12
footer.php
12
footer.php
@ -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>
|
Reference in New Issue
Block a user