From 1194a9569038b098fc4313a3b39990b70cd43bb4 Mon Sep 17 00:00:00 2001 From: SergeyZheleznov Date: Fri, 11 Mar 2022 16:35:02 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B2=D1=8B=D0=B9=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=BC=D0=B8=D1=82=20=D0=B4=D0=BB=D1=8F=20=D0=BA?= =?UTF-8?q?=D1=80=D1=8D=D1=88=D1=82=D0=B5=D1=81=D1=82=D0=B0=2011.03.2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my.html | 1 + script.js | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 script.js diff --git a/my.html b/my.html index 0296029..08af48b 100644 --- a/my.html +++ b/my.html @@ -1,5 +1,6 @@ Welcome to Git! +

Let's have some fun!

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