lbry.com/view/template/page/forklist.php
ポール ウェッブ 3094dda001 Redesign
2019-03-19 08:55:04 -05:00

24 lines
702 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--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>