1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_webapp_ynh.git synced 2024-09-03 19:46:26 +02:00
my_webapp_ynh/sources/files/index.html
taziden 1f574b0896 let's use https for displaying cat pics
No more insecure connection warning in the browser.
2016-01-19 18:46:53 +01:00

17 lines
445 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>It works !</h1>
<p>Congratulations, you have just installed a custom web app.</p>
<p>You can access to the directory of this web page by going to <a target=_blank href="URL">URL</a>. Only <strong>USER</strong> is able to upload and modify the web files.</p>
<br>
<p>As a reward, here is a random cat picture:</p>
<p><img src="https://thecatapi.com/api/images/get?format=src&type=gif"></p>
</body>
</html>