mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
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:
parent
79909c91b0
commit
2a8009f003
2 changed files with 5 additions and 23 deletions
|
@ -19,6 +19,7 @@
|
||||||
/faq/regtest-setup-guide: https://lbry.tech/resources/regtest-setup
|
/faq/regtest-setup-guide: https://lbry.tech/resources/regtest-setup
|
||||||
/faq/bounty: https://lbry.tech/contribute
|
/faq/bounty: https://lbry.tech/contribute
|
||||||
/lbryonyoutube: https://www.youtube.com/channel/UCXAcp3dJuPqeUekOacsuyaQ
|
/lbryonyoutube: https://www.youtube.com/channel/UCXAcp3dJuPqeUekOacsuyaQ
|
||||||
|
/tv: https://lbry.tv/
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
/faq/tips: /faq/appreciation
|
/faq/tips: /faq/appreciation
|
||||||
|
@ -124,3 +125,7 @@
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
/img/lbry-ui.png: /img/og-image.png
|
/img/lbry-ui.png: /img/og-image.png
|
||||||
|
|
||||||
|
# Other
|
||||||
|
/explorer: https://explorer.lbry.com/
|
||||||
|
/block-explorer: https://explorer.lbry.com/
|
||||||
|
|
|
@ -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>
|
|
Loading…
Add table
Reference in a new issue