瀏覽代碼

Create index.html

Carles Sentis 5 月之前
父節點
當前提交
76bd3923b0
共有 1 個文件被更改,包括 9 次插入0 次删除
  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>