diff --git a/index.html b/index.html new file mode 100644 index 0000000..9a3afe1 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + Document + + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..466d7ae --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + background-color: aquamarine; +} \ No newline at end of file