From b75c1b701c936aa104297eacb83ecd40388382f6 Mon Sep 17 00:00:00 2001 From: Andrei-dev27 Date: Tue, 18 May 2021 15:44:26 +0300 Subject: [PATCH] Added Hi --- my.html | 2 +- script.js | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 script.js diff --git a/my.html b/my.html index 0296029..c1cb4d0 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..ac7992c --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +function Hi() { + alert('Helo, Git!') +} \ No newline at end of file