From 09825a72480f091853c8ea754e1e65eaff87d0f1 Mon Sep 17 00:00:00 2001 From: roy Date: Sat, 6 Jun 2026 02:26:57 +0300 Subject: Initial commit --- README.md | 0 index.html | 13 +++++++++++++ script.js | 0 style.css | 4 ++++ 4 files changed, 17 insertions(+) create mode 100644 README.md create mode 100644 index.html create mode 100644 script.js create mode 100644 style.css diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..583e7ea --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + hiiiii + + + +
WIP come back later (:
+ + + \ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..e69de29 diff --git a/style.css b/style.css new file mode 100644 index 0000000..5eccafa --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +html { + background-color: black; + color: white; +} \ No newline at end of file -- cgit v1.3.1