From 9153f0783bf2912db97e77dcb94820b00d547eac Mon Sep 17 00:00:00 2001 From: vladimir Date: Mon, 4 Sep 2023 16:36:16 +0300 Subject: [PATCH] Add say Hello --- my.html | 5 +---- script.js | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 script.js diff --git a/my.html b/my.html index 0296029..c858471 100644 --- a/my.html +++ b/my.html @@ -1,7 +1,4 @@ Welcome to Git! - +

Let's have some fun!

- -

New changes!

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