|
<?php include("heading.php") ?>
|
|
<h1>Home</h1>
|
|
<br>
|
|
<p>
|
|
|
|
Hello my name is Mike Nolan, and this is my <a href="//namecheap.com">Namecheap</a> self hosted website.
|
|
<br>
|
|
<br>
|
|
And yes if you were wondering, I do this for fun.
|
|
</p>
|
|
<?php include("footer.php") ?>
|