tapes/brain/views/404.php
Ro b72650ed2f Intial Project Commit
first commit to get all the project files in there
2025-03-05 16:14:37 -06:00

18 lines
No EOL
349 B
PHP

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