From e52537c199dc7f9dd55e345997cfd901565b95d8 Mon Sep 17 00:00:00 2001 From: Yurij Lehin Date: Wed, 2 Apr 2025 14:10:11 +0300 Subject: [PATCH 1/2] add task solution --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d48c759 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea +.vscode \ No newline at end of file From 518007558864e4928e5486b607ea3d3e20fae434 Mon Sep 17 00:00:00 2001 From: Yurij Lehin Date: Wed, 2 Apr 2025 14:12:21 +0300 Subject: [PATCH 2/2] create index.html --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..317271f --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Hello world!

+ + \ No newline at end of file