1
0
Fork 0
forked from are0h/tapes
tapes/brain/views/404.php

18 lines
349 B
PHP
Raw Normal View History

<?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"; ?>