SimpleModelSite/index.php

19 lines
872 B
PHP
Executable File

<?php
require "header.php";
includeHTMLHeader();
?>
<!-- insert the page content here -->
<h1>Big Woods World</h1>
<p>This site is about me and my journey through life. Its part blog, part diary. Part hay look what I can do, and part grumpy old man.</p>
<p>Having a site like this has nothing to do with narcissistic tendencies but rather its rather therapeutic to have an outlet for the emotions running through my brain. My goal in this project has two parts. First is to have a place to pour out the craziness that lives in my head so it does not build up. Secondly to entertain and maybe elicit a laugh from the rare visitor that stumbles on these pages.</p>
<div style="width: 100%;">
<center><img src="graphics/oldman.gif" alt="Old Man" style="width:300px; margin-left: auto; margin-right: auto"></center>
</div>
<?php
includeHTMLFooter();