lbry.com/view/template/page/org.php
Jeremy Kauffman 90ac3a565c
fix link
2019-02-07 12:07:07 -05:00

14 lines
421 B
PHP

<main class="soon">
<section>
<h1><strong>lbry.org</strong> is coming soon</h1>
<p>Sign up for updates and get notified as soon as we launch!</p>
<?php echo View::render('mail/_subscribeForm', [
'tag' => 'lbryorg',
'forceUrl' => 'https://lbry.io',
'submitLabel' => 'Sign Me Up',
]) ?>
<p>Go back to <strong><a href="https://lbry.io">lbry.io</a></strong></p>
</section>
</main>