lbry.com/view/template/download/get-no-os.php
Thomas Zarebczan 7aad2af0da unify og-images
Removed lbry-ui, updated og-image for latest app, added redirect to old path.
2019-08-28 12:48:31 -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>