From 698fc5e823ad34e1043a4bc0c4ae618d4b317e30 Mon Sep 17 00:00:00 2001 From: ansnihur Date: Sat, 18 May 2024 23:10:03 +0300 Subject: [PATCH 1/2] create index.html --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..efe5048 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +

Hello world!

\ No newline at end of file From 32b7aa2b1eae3e83c42958fc7e5f312fc93b59d2 Mon Sep 17 00:00:00 2001 From: ansnihur Date: Sun, 19 May 2024 09:43:43 +0300 Subject: [PATCH 2/2] added basic markup to index.html --- index.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index efe5048..317271f 100644 --- a/index.html +++ b/index.html @@ -1 +1,11 @@ -

Hello world!

\ No newline at end of file + + + + + + Document + + +

Hello world!

+ + \ No newline at end of file