Pārlūkot izejas kodu

Create index.html

Carles Sentis 5 mēneši atpakaļ
vecāks
revīzija
76bd3923b0
1 mainītis faili ar 9 papildinājumiem un 0 dzēšanām
  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>