From 7f843cbe3d63edb7076da9847bc3fef58c5285cc Mon Sep 17 00:00:00 2001 From: DimaDP Date: Fri, 27 Mar 2020 17:05:24 +0200 Subject: [PATCH 1/5] Hello world --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..efe5048 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +

Hello world!

\ No newline at end of file From f5dc9aa83fbbf7ded2cbef24bee3cd275b858922 Mon Sep 17 00:00:00 2001 From: DimaDP Date: Fri, 27 Mar 2020 17:17:25 +0200 Subject: [PATCH 2/5] README file update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5724c53..9156001 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -# for_start \ No newline at end of file +# for_start +-[Preview](https://dimadp.github.io/for_start/) +-[Preview](https://github.com/DimaDP/for_start/pull/1/files) \ No newline at end of file From d557ad050a2c5c9649726f2838bb5790b4bb72c5 Mon Sep 17 00:00:00 2001 From: DimaDP Date: Fri, 27 Mar 2020 17:25:12 +0200 Subject: [PATCH 3/5] README file update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9156001..4c653e7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # for_start -[Preview](https://dimadp.github.io/for_start/) --[Preview](https://github.com/DimaDP/for_start/pull/1/files) \ No newline at end of file +-[Pull Request](https://github.com/DimaDP/for_start/pull/1/files) \ No newline at end of file From 96cbf853d319cfbe69313a9c3e62c180317eddf8 Mon Sep 17 00:00:00 2001 From: DimaDP Date: Fri, 27 Mar 2020 17:34:51 +0200 Subject: [PATCH 4/5] .gitignore was added --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a021bb4..118126b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ - node_modules - .idea - .vscode + node_modules + .idea + .vscode \ No newline at end of file From 2a08d0c8c3645998f400e0436805ecbf7d1ac4ea Mon Sep 17 00:00:00 2001 From: DimaDP Date: Fri, 27 Mar 2020 18:04:46 +0200 Subject: [PATCH 5/5] README file update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c653e7..0734808 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # for_start --[Preview](https://dimadp.github.io/for_start/) --[Pull Request](https://github.com/DimaDP/for_start/pull/1/files) \ No newline at end of file +- [Preview](https://dimadp.github.io/for_start/) +- [Pull Request](https://github.com/DimaDP/for_start/pull/1/files) \ No newline at end of file