Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..b9610c0
--- /dev/null
+++ b/index.html
@@ -0,0 +1,9 @@
+<HTML>
+<!-- Hello World in HTML -->
+<HEAD>
+<TITLE>Hello World!</TITLE>
+</HEAD>
+<BODY>
+Hello Html World!
+</BODY>
+</HTML>