<?php

include "parts/top.php"; ?>

<body>
    <main>
        <article class="splash-box">
            <img class="logo-splash" src="assets/images/global/logo-primary.png" />

            <h1>Uh Oh</h1>

            <p>
                This ain't it. Go back!
            </p>
        </article>
    </main>

    <?php include "parts/bottom.php"; ?>