mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
24 lines
709 B
PHP
24 lines
709 B
PHP
<?php Response::setMetaDescription('Subscribe to be notified of fork-related updates') ?>
|
|
<?php Response::setMetaTitle('Blockchain Fork Updates') ?>
|
|
|
|
<main class="ancillary">
|
|
<section class="hero hero--half-height">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>Blockchain Fork Updates</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<h3>Subscribe to be notified of fork-related updates</h3>
|
|
|
|
<?php echo View::render('mail/_subscribeForm', [
|
|
'tag' => 'fork',
|
|
'submitLabel' => 'Subscribe',
|
|
'hideDisclaimer' => true,
|
|
'largeInput' => true,
|
|
'btnClass' => 'btn-alt btn-large'
|
|
]) ?>
|
|
</div>
|
|
</section>
|
|
</main>
|