lbry.com/view/template/page/404.php
Thomas Zarebczan 2232571521
update 404 URL
2020-06-12 17:32:15 -04:00

18 lines
700 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://lbry.tv/$/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>