lbry.com/view/template/page/404.php
YULIUS KURNIAWAN KRISTIANTO 1788f08603
remove <u> tag
2018-03-15 04:55:40 +07:00

16 lines
585 B
PHP

<?php echo View::render('nav/_header', ['isDark' => false]) ?>
<main>
<div class="content">
<h1>Page Not Found (404)</h1>
<p>
The requested page could not be found. Here is the image located at lbry://404 to console you.
</p>
<p>
<img src="https://spee.ch/404.png" alt="404" style="width: 100%;">
</p>
<div class="meta">
The above image is not controlled by LBRY, Inc. Instead, it is the most popular claim for the URL lbry://404.
Want to change it? <a href="/get " class="link-primary" >Download LBRY</a>.
</div>
</div>
</main>