diff --git a/index.html b/index.html new file mode 100644 index 0000000..a3a8b13 --- /dev/null +++ b/index.html @@ -0,0 +1,20 @@ + + + + + + + + Artemiy Loschenkov + + + + + + + + + + + + \ No newline at end of file diff --git a/styles/styles.css b/styles/styles.css new file mode 100644 index 0000000..3057f71 --- /dev/null +++ b/styles/styles.css @@ -0,0 +1,3 @@ +body { + background-color: #FFF; +} \ No newline at end of file