From 48caa6ea906c7cb396f49c495f4c6240a2f914de Mon Sep 17 00:00:00 2001 From: Abdullah Date: Fri, 31 Jul 2026 16:24:41 +0500 Subject: [PATCH 1/3] Some Updated Files i have updated your files and they are looking ike better than your previous one ... merge this in your repository... --- README | 3 +++ index.html | 19 +++++++++++++++++++ style.css | 10 ++++++++++ 3 files changed, 32 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/README b/README index 980a0d5..b16c74c 100644 --- a/README +++ b/README @@ -1 +1,4 @@ Hello World! + + +hey i am a real world so nice to meet with you!! \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..10f03b5 --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + Document + + + + +
+ +

+ Hello World +

+
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..94d7521 --- /dev/null +++ b/style.css @@ -0,0 +1,10 @@ +*{ + + text-decoration: lab(from color lightness channel_a channel_b alpha); + display: flex; + justify-content: center; + align-items: center; + text-align: center; + color: rgb(154, 154, 207); + background-color: rgb(255, 0, 0); +} \ No newline at end of file From c008c32c49d053df23af5ab37d8deff923635b88 Mon Sep 17 00:00:00 2001 From: Abdullah Date: Fri, 31 Jul 2026 16:40:02 +0500 Subject: [PATCH 2/3] Add next.js and new.txt --- new.txt | 1 + next.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 new.txt create mode 100644 next.js diff --git a/new.txt b/new.txt new file mode 100644 index 0000000..b1da3e8 --- /dev/null +++ b/new.txt @@ -0,0 +1 @@ +hey i am a new txt file \ No newline at end of file diff --git a/next.js b/next.js new file mode 100644 index 0000000..000bad5 --- /dev/null +++ b/next.js @@ -0,0 +1,3 @@ +let a = 1 ; +let b = 2 ; + From a6354da14669ee551607656fdbe79eeee6a919c7 Mon Sep 17 00:00:00 2001 From: Abdullah Date: Fri, 31 Jul 2026 16:43:18 +0500 Subject: [PATCH 3/3] Add Python File --- hahaha.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hahaha.py diff --git a/hahaha.py b/hahaha.py new file mode 100644 index 0000000..1ff3559 --- /dev/null +++ b/hahaha.py @@ -0,0 +1,2 @@ +def __init__(self): + print("Hello, World!") \ No newline at end of file