From 74f422f49251618fd363fd6a651ee8837b6dd7af Mon Sep 17 00:00:00 2001 From: Nakidai Date: Mon, 29 Jan 2024 21:42:38 +0300 Subject: [PATCH] Initial commit --- root/index.html | 11 +++++++++++ root/style.css | 4 ++++ 2 files changed, 15 insertions(+) create mode 100644 root/index.html create mode 100644 root/style.css diff --git a/root/index.html b/root/index.html new file mode 100644 index 0000000..75262d9 --- /dev/null +++ b/root/index.html @@ -0,0 +1,11 @@ + + + + + + Nakidai + + + This is my homepagu UwU. + + \ No newline at end of file diff --git a/root/style.css b/root/style.css new file mode 100644 index 0000000..216dbde --- /dev/null +++ b/root/style.css @@ -0,0 +1,4 @@ +* { + color: green; + background: red; +}