lbry.com/view/template/download/get-no-os.php
Thomas Zarebczan 8bbe6e63ee
unify og-images (#1104)
Removed lbry-ui, updated og-image for latest app, added redirect to old path.
2019-08-28 12:50:29 -04:00

19 lines
569 B
PHP

<?php Response::setMetaDescription(__('description.no-os')) ?>
<?php Response::setMetaTitle(__('global.get')) ?>
<?php Response::addMetaImage(Request::getHostAndProto() . '/img/og-image.png') ?>
<main class="ancillary">
<section class="hero hero--half-height">
<div class="inner-wrap inner-wrap--center-hero">
<h1>Use LBRY on your preferred platform</h1>
</div>
</section>
<section>
<div class="inner-wrap">
<?php echo View::render('download/_list', [
'title' => __('download.select')
]) ?>
</div>
</section>
</main>