diff options
Diffstat (limited to 'files/de/web/html/element/img/index.html')
-rw-r--r-- | files/de/web/html/element/img/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |