cedric il y a 10 mois
commit
1b7e42d992
1 fichiers modifiés avec 18 ajouts et 0 suppressions
  1. 18 0
      www/index.html

+ 18 - 0
www/index.html

@@ -0,0 +1,18 @@
+<!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>
+      To edit this site, put your files in /var/www/my_webapp/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>
+</html>