From fc2cf34f113821e66910cf28b734a741f096e2ef Mon Sep 17 00:00:00 2001 From: Miroslav Dolotin Date: Mon, 18 Apr 2022 11:23:49 +0700 Subject: [PATCH 1/4] Added sayHi --- 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..a9b4c6d --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +function sayHi() { + alert('Hello!'); +} \ No newline at end of file From 33618ca9b165a3a2016a3e30a0aaa6e0324749bc Mon Sep 17 00:00:00 2001 From: Miroslav Dolotin Date: Tue, 19 Apr 2022 09:35:36 +0700 Subject: [PATCH 2/4] add index.css --- index.css | 1 + my.html | 21 ++++++++++++++++----- 2 files changed, 17 insertions(+), 5 deletions(-) create mode 100644 index.css diff --git a/index.css b/index.css new file mode 100644 index 0000000..5ecfb42 --- /dev/null +++ b/index.css @@ -0,0 +1 @@ +h3 {color: brown;} \ No newline at end of file diff --git a/my.html b/my.html index 08af48b..16f705a 100644 --- a/my.html +++ b/my.html @@ -1,8 +1,19 @@ - -Welcome to Git! - + + + + + + + Document + + + -

Let's have some fun!

+ + Welcome to Git! +

Let's have some fun!

+

New changes!

+ + -

New changes!

From 4e456ed52b9074b3139c4808e561dd1d3826db96 Mon Sep 17 00:00:00 2001 From: Miroslav Dolotin Date: Tue, 19 Apr 2022 10:41:24 +0700 Subject: [PATCH 3/4] new release --- index.css | 3 ++- script.js | 2 +- test.txt | 0 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 test.txt diff --git a/index.css b/index.css index 5ecfb42..b7bb502 100644 --- a/index.css +++ b/index.css @@ -1 +1,2 @@ -h3 {color: brown;} \ No newline at end of file +h3 {color: brown;} +p {text-align: center;} \ No newline at end of file diff --git a/script.js b/script.js index a9b4c6d..bc0dee2 100644 --- a/script.js +++ b/script.js @@ -1,3 +1,3 @@ function sayHi() { - alert('Hello!'); + alert('Hello my frend!'); } \ No newline at end of file diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..e69de29 From da3f4b5582d2aa454a03e84b5c3ec86e014d3e1e Mon Sep 17 00:00:00 2001 From: mrdltn Date: Tue, 19 Apr 2022 21:20:13 +0700 Subject: [PATCH 4/4] test1 --- test1.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test1.html diff --git a/test1.html b/test1.html new file mode 100644 index 0000000..e69de29