diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..62c8935 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ \ No newline at end of file diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..23b457a --- /dev/null +++ b/Readme.md @@ -0,0 +1 @@ +Project description and project news... \ No newline at end of file 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..22836b0 --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +function sayHi() { + alert("Hello, Git!") +} \ No newline at end of file