diff --git a/footer.php b/footer.php index e69de29..acf67bb 100644 --- a/footer.php +++ b/footer.php @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/functions.php b/functions.php index e69de29..d65516f 100644 --- a/functions.php +++ b/functions.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/header.php b/header.php index e69de29..4b0ba1f 100644 --- a/header.php +++ b/header.php @@ -0,0 +1,10 @@ + +> + + + <?php wp_title(); ?> + + + + + \ No newline at end of file diff --git a/style.css b/style.css index e69de29..91e8676 100644 --- a/style.css +++ b/style.css @@ -0,0 +1,15 @@ +/* +Theme Name: Motherfucking Wordpress Theme +Theme URI: https://jacobhaddon.com/mfwpt +Author: Jacob Haddon +Author URI: https://jacobhaddon.com +Description: A no frills, fast loading site that works. +Version: 1.0 +License: GNU General Public License v2 or later +License URI: http://www.gnu.org/licenses/gpl-2.0.html +Text Domain: mfwpt +Tags: +This theme, like WordPress, is licensed under the GPL. +This theme, like motherfuckingwebsite.com is satire +Use it to make something cool, have fun, and share what you've learned with others. +*/ \ No newline at end of file