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/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 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/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 ; + 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