aboutsummaryrefslogtreecommitdiff
path: root/index.php
blob: e9827120ab68eddb15cbb3171f044d3cbc2b14cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/header.php"; global $Parsedown; ?>
<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/navigation.php"; ?>

<div id="hero">
    <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>

<?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/footer.php"; ?>