diff --git a/index.css b/index.css new file mode 100644 index 0000000..b7bb502 --- /dev/null +++ b/index.css @@ -0,0 +1,2 @@ +h3 {color: brown;} +p {text-align: center;} \ No newline at end of file diff --git a/my.html b/my.html index 0296029..16f705a 100644 --- a/my.html +++ b/my.html @@ -1,7 +1,19 @@ - -
Let's have some fun!
+ +Let's have some fun!
+New changes!
diff --git a/script.js b/script.js new file mode 100644 index 0000000..bc0dee2 --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +function sayHi() { + alert('Hello my frend!'); +} \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29 diff --git a/test1.html b/test1.html new file mode 100644 index 0000000..e69de29