lbry.com/view/template/page/404.php
2021-09-20 13:59:17 -04:00

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>