diff --git a/my.html b/my.html index 0296029..0bc313b 100644 --- a/my.html +++ b/my.html @@ -1,6 +1,6 @@ Welcome to Git! - +

Let's have some fun!

New changes!

diff --git a/script.js b/script.js new file mode 100644 index 0000000..e560468 --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +function sayHi { + alert("Helloy, Git"); +} \ No newline at end of file