aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/index.php b/index.php
index 44bb82e..e982712 100644
--- a/index.php
+++ b/index.php
@@ -1,8 +1,12 @@
-<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; ?>
+<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?>
<div id="hero">
-<!-- <img src="/assets/img/icon.png" id="hero-img" alt="">-->
+ <br>
+ <img src="/assets/img/icon.svg" id="hero-img" alt="">
+ <br>
+ <br>
+ <br>
<h1>Minteck</h1>
<h4>Your typical keyboard-addicted pony</h4>
</div>