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/index.html
2014-04-20 19:33:07 +02:00

17 lines
455 B
HTML

<!DOCTYPE html>
<html>
<body>
<h1>It works !</h1>
<p>Congratulation, you have just installed your custom web app.</p>
<p>You can access to the directory of this web page by connecting as <strong>FTPUSER</strong> to your server <strong>HOST</strong> via <strong>FTP</strong> on the standard port 21.</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>