Add Server.php

This commit is contained in:
Mike Nolan 2022-12-17 20:56:16 -06:00
parent f013429bf2
commit efce2dc928
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<?php include("../heading.php") ?>
<h1>My Server</h1>
<?php include("../footer.php") ?>