Merge pull request #52 from andreban/customtabs-redirect

Redirect CustomTabs docs to WebFu
This commit is contained in:
Jeffrey Posnick 2020-06-18 11:22:47 -04:00 коммит произвёл GitHub
Родитель 3e3b5b6732 e20ca5ad81
Коммит 08e266debd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,10 @@
{{+bindTo:partials.standard_multidevice_article}}
<meta name="robots" content="noindex">
<script>
window.location.replace('https://developers.google.com/web/android/custom-tabs/');
</script>
<style>
dd { margin: 0 6px 12px 40px; }
img.inline {

4
android/redirects.json Normal file
Просмотреть файл

@ -0,0 +1,4 @@
{
"customtabs": "https://developers.google.com/web/android/custom-tabs/",
"installtohomescreen": "https://developers.google.com/web/fundamentals/app-install-banners/"
}