From 4ac112f7b4d88d10abe52c8d796282d2119bc1d8 Mon Sep 17 00:00:00 2001 From: mhrooz Date: Wed, 22 May 2024 15:58:12 +0200 Subject: [PATCH] init --- index.html | 15 +++++++++++++++ style.css | 3 +++ 2 files changed, 18 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..9e7aa1f --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + Home + + + + + +
+ 🔔 + Home +
+ \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b807310 --- /dev/null +++ b/style.css @@ -0,0 +1,3 @@ +body{ + background-color: #171717; +} \ No newline at end of file