From 5d4f6f262b69a5800cc729a72f026d7315f303d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Majowski?= Date: Wed, 6 Mar 2024 18:06:37 +0100 Subject: [PATCH 1/2] Add base HTML structure --- 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..f59a31b --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file From fb0c96dd53ed54d3b25d4b9021130d7cd4eb3cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Majowski?= Date: Wed, 6 Mar 2024 18:12:52 +0100 Subject: [PATCH 2/2] 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