mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
7 lines
No EOL
204 B
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>
|