diff --git a/index.html b/index.html
index 8b137891791fe96927ad78e64b0aad7bded08bdc..40ff876134b1ae014cc0b7a5f779e8f3758beefd 100644
--- a/index.html
+++ b/index.html
@@ -1 +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>