Merge pull request #11 from taziden/patch-1

let's use https for displaying cat pics
This commit is contained in:
Le Kload 2016-01-19 22:24:16 +01:00
commit 25e2b3666f

View file

@ -10,7 +10,7 @@
<br>
<p>As a reward, here is a random cat picture:</p>
<p><img src="http://thecatapi.com/api/images/get?format=src&type=gif"></p>
<p><img src="https://thecatapi.com/api/images/get?format=src&type=gif"></p>
</body>
</html>