mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
21 lines
992 B
PHP
21 lines
992 B
PHP
<?php Response::setMetaDescription('Download or install the latest version of LBRY.') ?>
|
|
<?php Response::setMetaTitle(__('Get LBRY')) ?>
|
|
<main class="cover-stretch-wrap">
|
|
<div class="cover cover-stretch cover-dark cover-dark-grad">
|
|
<div class="content content-dark">
|
|
<div class="spacer2">
|
|
<a href="/"><img src="/img/lbry-white-485x160.png" alt="Fund LBRY"/></a>
|
|
</div>
|
|
<div class="cover cover-light cover-light-alt-grad">
|
|
<div class="content content-light">
|
|
<h1>Thank You!!!</h1>
|
|
<p>OMG thanks for paying.</p>
|
|
<p>Here is a unique URL that you can use to refer others. You get 10% bonus credits for anyone who uses it.</p>
|
|
<h3><a class="link-primary" href="http://lbry.io/i/butts">http://lbry.io/i/butts</a></h3>
|
|
<p>Here are some details about how to claim them or other things you would want to know.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
<?php echo View::render('nav/footer') ?>
|