Some more changes (#1294)

* Add lbry.tv redirect

* Delete tv.php (Old page)

This is a page talking about the release of lbry.tv coming soon. It already came so I changed the page to redirect to lbry.tv in a different commit on this pr.

* Add block explorer redirects
This commit is contained in:
eatdostacos 2020-05-22 07:43:26 -07:00 committed by GitHub
parent 79909c91b0
commit 2a8009f003
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 23 deletions

View file

@ -19,6 +19,7 @@
/faq/regtest-setup-guide: https://lbry.tech/resources/regtest-setup
/faq/bounty: https://lbry.tech/contribute
/lbryonyoutube: https://www.youtube.com/channel/UCXAcp3dJuPqeUekOacsuyaQ
/tv: https://lbry.tv/
# FAQ
/faq/tips: /faq/appreciation
@ -124,3 +125,7 @@
# Images
/img/lbry-ui.png: /img/og-image.png
# Other
/explorer: https://explorer.lbry.com/
/block-explorer: https://explorer.lbry.com/

View file

@ -1,23 +0,0 @@
<head>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-7620985872686147",
enable_page_level_ads: true
});
</script>
</head>
<main class="soon">
<section>
<h1><strong>lbry.tv</strong> is coming soon</h1>
<p>Sign up to be among the first to use LBRY on the web!</p>
<?php echo View::render('mail/_subscribeForm', [
'tag' => 'lbrytv',
'forceUrl' => 'https://lbry.com',
'submitLabel' => 'Sign Me Up',
]) ?>
<p>Go back to <strong><a href="https://lbry.com">lbry.com</a></strong>.</p>
</section>
</main>