From 78831736b0c1a1c8f08478f5db42afd17f8565b9 Mon Sep 17 00:00:00 2001 From: AkisYTB3 Date: Mon, 16 Oct 2023 18:46:36 +0200 Subject: [PATCH] qsdasd --- 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..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