Fix template
This commit is contained in:
parent
497f19a979
commit
5b6d3017ba
@ -1,19 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/meta.html';?>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||
<title>9iron</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/header.html';?>
|
||||
<div class="content">
|
||||
<div class="section">
|
||||
<h2>Changeme</h2>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
||||
<div class="content">
|
||||
<div class="section">
|
||||
<h1>Changeme</h1>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/sidebar.html';?>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/footer.html';?>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user