diff --git a/my.html b/my.html index 0296029..afdfb32 100644 --- a/my.html +++ b/my.html @@ -1,7 +1,8 @@
Let's have some fun!
+ -New changes!
+Let's have some fun!
+New changes!
\ No newline at end of file diff --git a/script.js b/script.js new file mode 100644 index 0000000..f88d5db --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +alert('Hello world!'); \ No newline at end of file