Initial commit of Host view

This commit is contained in:
Kyle Johnson 2014-11-24 20:02:59 +00:00
parent d44b89b7fc
commit fe87ca7bd7
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<?php
xhtmlHeaders( __FILE__, 'Host' );
?>
<body>
<?php include("header.php"); ?>
<div class="container-fluid">
</div>
<?php include("footer.php"); ?>
</body>
</html>