commit 4ac112f7b4d88d10abe52c8d796282d2119bc1d8 Author: mhrooz Date: Wed May 22 15:58:12 2024 +0200 init 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