aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.php b/index.php
index 3540afa..44bb82e 100644
--- a/index.php
+++ b/index.php
@@ -1,2 +1,10 @@
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?> \ No newline at end of file
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?>
+
+<div id="hero">
+<!-- <img src="/assets/img/icon.png" id="hero-img" alt="">-->
+ <h1>Minteck</h1>
+ <h4>Your typical keyboard-addicted pony</h4>
+</div>
+
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?> \ No newline at end of file