From e73a9b9940e0ba2f0bfc5af0945a6370c54163b3 Mon Sep 17 00:00:00 2001 From: NickXL1138 Date: Wed, 7 Aug 2024 19:29:32 +0700 Subject: [PATCH] Added sayHello --- my.html | 5 +++-- script.js | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 script.js diff --git a/my.html b/my.html index 0296029..afdfb32 100644 --- a/my.html +++ b/my.html @@ -1,7 +1,8 @@ Welcome to Git! -

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