commit 74f422f49251618fd363fd6a651ee8837b6dd7af Author: Nakidai Date: Mon Jan 29 21:42:38 2024 +0300 Initial commit 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; +}