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:
commit
25e2b3666f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue