1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00

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>