From be0fea711eaea3827f284a79d76fff583771cdd9 Mon Sep 17 00:00:00 2001 From: Arto Oinonen Date: Wed, 19 Nov 2025 20:54:30 +0200 Subject: [PATCH] feat: Implement Hello World HTML Page --- hello.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hello.html diff --git a/hello.html b/hello.html new file mode 100644 index 0000000..2fed582 --- /dev/null +++ b/hello.html @@ -0,0 +1,11 @@ + + + + + + Hello World Page + + +

Hello World

+ + \ No newline at end of file