<!DOCTYPE html> <html> <head> <title>Custom Web App</title> </head> <body> <h1>It works!</h1> <p>Congratulation, you have just installed your custom web app.</p> <h2>Access your site</h2> <p> You can access to your site - e.g. to put content, change this wonderful page - using SFTP. You can use a client application for that such as <a href="https://filezilla-project.org/download.php?type=client" target="_blank">FileZilla</a>. Here are the SFTP connection details: </p> <dl> <dt>Domain</dt> <dd>__DOMAIN__</dd> <dt>Port</dt> <dd>22 (or the port you defined <a href="https://yunohost.org/#/security_fr">if you change the ssh port</a>)</dd> <dt>User</dt> <dd>__USER__</dd> <dt>Password</dt> <dd><i>the one you set at installation</i></dd> </dl> <hr/> <p>As a reward, here is a random cat picture:</p> <img src="https://thecatapi.com/api/images/get?format=src&type=gif"> </body> </html>