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/www/index.html
Éric Gaspar c7103688a2 cleaning
2023-04-13 09:47:31 +02:00

35 lines
978 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>My Webapp</title>
</head>
<body>
<h1>It works!</h1>
<p>Congratulation, you have just installed My Webapp.</p>
<h2>Edit this site</h2>
<p>
First way to edit this site is by putting your files in /var/www/__APP__/www using SSH/SCP.
</p>
<p>
Alternatively you can achieve the same thing using SFTP. To do so, you can use a client application 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>__SSH_PORT__</dd>
<dt>User</dt>
<dd>__ID__</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>