From efcd339513b46542815374195787e3a930503300 Mon Sep 17 00:00:00 2001 From: Adam Cyron Date: Mon, 5 Feb 2024 01:57:31 +0100 Subject: [PATCH 1/2] Add base HTML structure --- index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 From 8861b80163dd165cef517ef85b1e6ef054087c2e Mon Sep 17 00:00:00 2001 From: Adam Cyron Date: Mon, 5 Feb 2024 03:26:36 +0100 Subject: [PATCH 2/2] Add baset HTML structure and link --- index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/index.html b/index.html index e69de29..f8b8a1e 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + Document + + + Strona główna + + + \ No newline at end of file