mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 12:30:09 +00:00
7 lines
231 B
PHP
7 lines
231 B
PHP
<?php echo View::render('nav/_header', ['isDark' => false]) ?>
|
|
<main>
|
|
<div class="content">
|
|
<img src="img/LBRY-404-temp.png" alt="404" style="width: 100%;">
|
|
<?php echo View::render('nav/_errorFooter') ?>
|
|
</div>
|
|
</main>
|