lbry.com/view/page/404.php

7 lines
No EOL
204 B
PHP

<?php echo View::render('nav/header', ['isDark' => false]) ?>
<main>
<div class="content">
<h1>Page Not Found</h1>
<p>One day this will be funnier but today is not that day.</p>
</div>
</main>