lbry.com/view/template/page/org.php
2019-02-11 16:24:58 -05:00

14 lines
423 B
PHP

<main class="soon">
<section>
<h1><strong>lbry.org</strong> is coming soon</h1>
<p>Sign up to connect with community leaders and get your page!</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>