Ver Fonte

Create index.html

Carles Sentis há 5 meses atrás
pai
commit
76bd3923b0
1 ficheiros alterados com 9 adições e 0 exclusões
  1. 9 0
      index.html

+ 9 - 0
index.html

@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>Example</title>
+    </head>
+    <body>
+        <p>This is an example of a simple HTML page with one paragraph.</p>
+    </body>
+</html>