mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
16 lines
585 B
PHP
16 lines
585 B
PHP
<?php echo View::render('nav/_header', ['isDark' => false]) ?>
|
|
<main>
|
|
<div class="content">
|
|
<h1>Page Not Found (404)</h1>
|
|
<p>
|
|
The requested page could not be found. Here is the image located at lbry://404 to console you.
|
|
</p>
|
|
<p>
|
|
<img src="https://spee.ch/404.png" alt="404" style="width: 100%;">
|
|
</p>
|
|
<div class="meta">
|
|
The above image is not controlled by LBRY, Inc. Instead, it is the most popular claim for the URL lbry://404.
|
|
Want to change it? <a href="/get " class="link-primary" >Download LBRY</a>.
|
|
</div>
|
|
</div>
|
|
</main>
|