mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
18 lines
703 B
PHP
18 lines
703 B
PHP
<main class="ancillary">
|
|
<section class="hero hero--half-height">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>Page Not Found (404)</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<p>The requested page could not be found. Here is the image located at <code>lbry://404</code> to console you.</p>
|
|
|
|
<figure>
|
|
<iframe src="https://odysee.com/$/embed/404" alt="404"/>
|
|
<figcaption>The above image is not controlled by LBRY, Inc. Instead, it is the most popular claim for the URL <code>lbry://404</code>. Want to change it? <a href="/get" class="link-primary">Download LBRY</a>.</figcaption>
|
|
</figure>
|
|
</div>
|
|
</section>
|
|
</main>
|