don't load kitten picture from third party site

This commit is contained in:
Dmitry Verkhoturov
2024-02-03 12:09:57 -06:00
committed by Umputun
parent 0050c65596
commit 654250f033
2 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

@@ -348,7 +348,7 @@
<p>If you want to embed images, this is how you do it:</p>
<pre>![Image of my cat](https://placekitten.com/400/400)</pre>
<p>
<img src="https://placekitten.com/400/400" width="400" height="400" alt="" />
<img src="400x400.jpeg" width="400" height="400" alt="" />
</p>
<h2 id="Code">Code</h2>