20 lines
507 B
PHP
20 lines
507 B
PHP
<?php
|
|
// MFWPT - footer.php
|
|
|
|
?>
|
|
|
|
<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>
|