Add templates
This commit is contained in:
parent
de7f73f076
commit
497f19a979
19
.templates/template.php
Normal file
19
.templates/template.php
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/meta.html';?>
|
||||
<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>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/sidebar.html';?>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/footer.html';?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user