diff --git a/git b/git
new file mode 100644
index 0000000..e69de29
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..6feb6c9
--- /dev/null
+++ b/index.html
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+ Document
+
+
+ Hello World
+
+
\ No newline at end of file
diff --git a/styles/index.css b/styles/index.css
new file mode 100644
index 0000000..824a97b
--- /dev/null
+++ b/styles/index.css
@@ -0,0 +1,3 @@
+h1{
+ color: lightblue;
+}
\ No newline at end of file