Explorar el Código

Create index.html

Carles Sentis hace 5 meses
padre
commit
76bd3923b0
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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>