From 52c1fd9041eadde799f036f33699ce8aedbd0d71 Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 8 Sep 2025 09:37:17 +0200 Subject: [PATCH 1/3] Add base HTML structure --- index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..7969c8f --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + Document + + + + + + + \ No newline at end of file From b8344e4626815f7e015c652a09a86494605cb3c2 Mon Sep 17 00:00:00 2001 From: Artur Date: Mon, 8 Sep 2025 09:48:45 +0200 Subject: [PATCH 2/3] Exclude VSC settings --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dbe9c82 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode/ \ No newline at end of file From 7aaec67ccd6dc59dc73db840fa425ba30f94de68 Mon Sep 17 00:00:00 2001 From: Artur Date: Sun, 14 Sep 2025 21:05:00 +0200 Subject: [PATCH 3/3] Update Readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c310693..8a5bd49 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # GitHub HelloWorld -GratulujÄ™ rozpoczecia przygody z serwisem GitHub! +In this task, I remembered how to use the fork option on GitHub, and I used the clone command to create a local copy of the repository. Then I created a simple commit and pushed it to GitHub.