lbry.com/view/template/page/forklist.php
ポール ウェッブ 87d594469f Redesign
2019-04-05 16:19:51 -05:00

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>