lbry.com/view/template/page/404.php
ポール ウェッブ 87d594469f Redesign
2019-04-05 16:19:51 -05:00

18 lines
693 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>
<img src="https://spee.ch/404.png" 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>