mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
19 lines
569 B
PHP
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>
|