lbry.com/view/template/page/tv.php
Jeremy Kauffman 8eaaa553a1
fix link
2019-02-07 12:06:50 -05:00

14 lines
420 B
PHP

<main class="soon">
<section>
<h1><strong>lbry.tv</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' => 'lbrytv',
'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>