From 8207249dac895853654ccbe30a5031eea6021b4b Mon Sep 17 00:00:00 2001 From: Iwona Juraszek Date: Sun, 26 May 2024 14:05:01 +0200 Subject: [PATCH 1/2] hello --- index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..82efc23 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + + + HelloWorld + + + + + + + \ No newline at end of file From 413dee4a22b62719faa25ac628e961df147882a0 Mon Sep 17 00:00:00 2001 From: Iwona Juraszek Date: Sun, 26 May 2024 14:38:37 +0200 Subject: [PATCH 2/2] git ignore --- .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