mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
14 lines
427 B
PHP
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>
|