Initial commit of Host view
This commit is contained in:
parent
d44b89b7fc
commit
fe87ca7bd7
|
@ -0,0 +1,16 @@
|
||||||
|
<?php
|
||||||
|
xhtmlHeaders( __FILE__, 'Host' );
|
||||||
|
?>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<?php include("header.php"); ?>
|
||||||
|
|
||||||
|
<div class="container-fluid">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<?php include("footer.php"); ?>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue