diff --git a/index.html b/index.html new file mode 100644 index 0000000..6e37e4e --- /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..3389798 --- /dev/null +++ b/styles/index.css @@ -0,0 +1,3 @@ +h1{ + color:cadetblue +} \ No newline at end of file