diff options
Diffstat (limited to 'files/de/web')
-rw-r--r-- | files/de/web/css/background-repeat/index.html | 2 | ||||
-rw-r--r-- | files/de/web/html/element/img/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/de/web/css/background-repeat/index.html b/files/de/web/css/background-repeat/index.html index 7dd8a25693..5691074e37 100644 --- a/files/de/web/css/background-repeat/index.html +++ b/files/de/web/css/background-repeat/index.html @@ -100,7 +100,7 @@ div { /* Multiple images */ .five { background-image: url(https://mdn.mozillademos.org/files/12005/starsolid.gif), - url(https://developer.cdn.mozilla.net/media/redesign/img/favicon32.png); + url(https://developer.mozilla.org/static/img/favicon32.png); background-repeat: repeat-x, repeat-y; height: 144px; diff --git a/files/de/web/html/element/img/index.html b/files/de/web/html/element/img/index.html index 01c64c5747..385e7a5e7c 100644 --- a/files/de/web/html/element/img/index.html +++ b/files/de/web/html/element/img/index.html @@ -184,13 +184,13 @@ translation_of: Web/HTML/Element/img <pre class="brush: html"><img src="mdn-logo-sm.png" alt="MDN"> </pre> -<p><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"></p> +<p><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"></p> <h2 id="Beispiel_2_Anklickbare_Grafik_als_Verweis">Beispiel 2: Anklickbare Grafik als Verweis</h2> <pre class="brush: html"><a href="https://developer.mozilla.org/"><img src="mdn-logo-sm.png" alt="MDN"></a></pre> -<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.cdn.mozilla.net/media/img/mdn-logo-sm.png"> </a></p> +<p><a href="https://developer.mozilla.org/"><img alt="MDN" src="https://developer.mozilla.org/static/img/favicon144.png"> </a></p> <h2 id="Beispiel_3_Das_srcset-Attribut">Beispiel 3: Das <code>srcset</code>-Attribut</h2> |