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

17 lines
444 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="http://thecatapi.com/api/images/get?format=src&type=gif"></p>
</body>
</html>