mirror of
https://github.com/YunoHost-Apps/my_webapp_ynh.git
synced 2024-09-03 19:46:26 +02:00
Explain the location of the files (/var/www/my_webapp/www)
This commit is contained in:
parent
84eebbe1f8
commit
4ff636623d
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
<h1>It works!</h1>
|
||||
<p>Congratulation, you have just installed your custom web app.</p>
|
||||
|
||||
<h2>Edit this site</h2>
|
||||
<p>
|
||||
To edit this site, put your files in /var/www/__APP__/www using SSH/SCP.
|
||||
</p>
|
||||
|
||||
<p>As a reward, here is a random cat picture:</p>
|
||||
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue