index.html 442 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>My Webapp</title>
  5. </head>
  6. <body>
  7. <h1>It works!</h1>
  8. <p>Congratulation, you have just installed My Webapp.</p>
  9. <h2>Edit this site</h2>
  10. <p>
  11. To edit this site, put your files in /var/www/my_webapp/www using SSH/SCP.
  12. </p>
  13. <p>As a reward, here is a random cat picture:</p>
  14. <img src="https://thecatapi.com/api/images/get?format=src&type=gif">
  15. </body>
  16. </html>