Start adding and organizing content.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
|
||||
<?php
|
||||
include "footer.php"
|
||||
?>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
<?php
|
||||
include "header.php"
|
||||
?>
|
||||
|
||||
<body>
|
||||
|
||||
<?php
|
||||
include "menu.php"
|
||||
?>
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
<h6> Copyright $year </h6>
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
DELETEME
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
<ul>
|
||||
<li><a href="https://hyperling.com">Home</a></li>
|
||||
<li><a href="https://hyperling.com/about/">About</a></li>
|
||||
<li><a href="https://hyperling.com/support/">Support</a></li>
|
||||
</ul>
|
||||
Reference in New Issue
Block a user