Selaa lähdekoodia

Create index.html

Carles Sentis 5 kuukautta sitten
vanhempi
sitoutus
76bd3923b0
1 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  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>