Browse Source

Merge pull request #11 from taziden/patch-1

let's use https for displaying cat pics
pull/1/head
Le Kload 10 years ago
parent
commit
25e2b3666f
  1. 2
      sources/files/index.html

2
sources/files/index.html

@ -10,7 +10,7 @@
<br> <br>
<p>As a reward, here is a random cat picture:</p> <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> </body>
</html> </html>

Loading…
Cancel
Save