diff --git a/index.html b/index.html new file mode 100644 index 0000000..2616444 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + Adlerka + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..52c8a45 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body { + background-color: #262930; +} \ No newline at end of file