website/tesses.net/index.php

11 lines
275 B
PHP
Raw Normal View History

2022-07-23 13:29:59 +00:00
<?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") ?>