lbry.com/view/template/page/org.php
Thomas Zarebczan 8727a328f9
fix link
2019-04-08 12:25:24 -04:00

14 lines
427 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.com',
'submitLabel' => 'Sign Me Up',
]) ?>
<p>Go back to <strong><a href="https://lbry.com">lbry.com</a></strong>.</p>
</section>
</main>