From 9bc827912d26c548a2be29ce43e26e4b75534974 Mon Sep 17 00:00:00 2001 From: "Bilov D." Date: Thu, 4 Jul 2024 20:35:24 +0300 Subject: [PATCH] feat: add main html and css files --- index.html | 12 ++++++++++++ style.css | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 index.html create mode 100644 style.css 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