lbry.com/view/template/page/404.php
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

18 lines
686 B
PHP

<main class="ancillary">
<section class="hero hero--half-height">
<div class="inner-wrap inner-wrap--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>