let's use https for displaying cat pics

No more insecure connection warning in the browser.
This commit is contained in:
taziden 2016-01-19 18:46:53 +01:00
parent fbf26cfae1
commit 1f574b0896

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>