More basic layout

It's almost there
This commit is contained in:
2020-08-16 04:48:11 -05:00
parent 18340980cf
commit 13e4ade104
2 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,14 @@
<html>
<head>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
<title>9iron</title>
</head>
<body>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<h1>This Is a Test</h1>
<p>It has to be.</p>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>
</html>