This commit is contained in:
Abdullah_Codes_Hub 2026-07-31 17:17:21 +05:30 committed by GitHub
commit 7d923d648e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 38 additions and 0 deletions

3
README
View File

@ -1 +1,4 @@
Hello World!
hey i am a real world so nice to meet with you!!

2
hahaha.py Normal file
View File

@ -0,0 +1,2 @@
def __init__(self):
print("Hello, World!")

19
index.html Normal file
View File

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="mainitem">
<h1>
Hello World
</h1>
</div>
</body>
</html>

1
new.txt Normal file
View File

@ -0,0 +1 @@
hey i am a new txt file

3
next.js Normal file
View File

@ -0,0 +1,3 @@
let a = 1 ;
let b = 2 ;

10
style.css Normal file
View File

@ -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);
}