diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
---|---|---|
committer | rjohnson <rjohnson@mozilla.com> | 2021-03-14 14:55:27 -0700 |
commit | 3087cbfa47c646e702d9d301305f7a5b28431b52 (patch) | |
tree | 929594d9888a92cd2391f600da8570d4bc35d8c4 /files/pt-br/learn | |
parent | c11c37f8d912b41ff343d703ba1148a0225eef8b (diff) | |
download | translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.gz translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.tar.bz2 translated-content-3087cbfa47c646e702d9d301305f7a5b28431b52.zip |
remove references to developer.cdn.mozilla.net
Diffstat (limited to 'files/pt-br/learn')
-rw-r--r-- | files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html b/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html index d0e6a90d81..c2741698a9 100644 --- a/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html +++ b/files/pt-br/learn/html/introduction_to_html/the_head_metadata_in_html/index.html @@ -170,7 +170,7 @@ Sites e aplicativos HTML5. Ele também documenta produtos Mozilla, como o sistem <p>Por exemplo, <a href="http://ogp.me/">Open Graph Data</a> é um protocolo de metadados que o Facebook inventou para fornecer metadados mais ricos para sites. No código-fonte MDN, você encontrará isso:</p> -<pre class="brush: html notranslate"><meta property="og:image" content="https://developer.cdn.mozilla.net/static/img/opengraph-logo.dc4e08e2f6af.png"> +<pre class="brush: html notranslate"><meta property="og:image" content="https://developer.mozilla.org/static/img/opengraph-logo.png"> <meta property="og:description" content="A Mozilla Developer Network (MDN) fornece informações sobre tecnologias Open Web, incluindo HTML, CSS e APIs para ambos os sites da Web e aplicativos HTML5. Ele também documenta produtos Mozilla, como o sistema operacional Firefox."> @@ -204,15 +204,15 @@ e aplicativos HTML5. Ele também documenta produtos Mozilla, como o sistema oper <p>Há muitos outros tipos de ícones para considerar nestes dias também. Por exemplo, você encontrará isso no código-fonte da página inicial do MDN Web Docs:</p> <pre class="brush: html notranslate"><!-- iPad de terceira geração com tela retina de alta resolução: --> -<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.cdn.mozilla.net/static/img/favicon144.a6e4162070f4.png"> +<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://developer.mozilla.org/static/img/favicon144.png"> <!-- iPhone com tela retina de alta resolução: --> -<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.cdn.mozilla.net/static/img/favicon114.0e9fabd44f85.png"> +<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://developer.mozilla.org/static/img/favicon114.png"> <!-- iPad de primeira e segunda geração: --> -<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.cdn.mozilla.net/static/img/favicon72.8ff9d87c82a0.png"> +<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://developer.mozilla.org/static/img/favicon72.png"> <!-- iPhone não-Retina, iPod Touch e dispositivos Android 2.1+: --> -<link rel="apple-touch-icon-precomposed" href="https://developer.cdn.mozilla.net/static/img/favicon57.a2490b9a2d76.png"> +<link rel="apple-touch-icon-precomposed" href="https://developer.mozilla.org/static/img/favicon57.png"> <!-- favicon básico --> -<link rel="shortcut icon" href="https://developer.cdn.mozilla.net/static/img/favicon32.e02854fdcf73.png"></pre> +<link rel="shortcut icon" href="https://developer.mozilla.org/static/img/favicon32.png"></pre> <p>Os comentários explicam onde cada ícone é usado - esses elementos cobrem coisas como fornecer um ícone de alta resolução agradável para usar quando o site é salvo na tela inicial do iPad.</p> |