Browse Source

let's use https for displaying cat pics

No more insecure connection warning in the browser.
pull/1/head
taziden 10 years ago
parent
commit
1f574b0896
  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