From bd796f300e87e39087152bd5042e2c7a98c46a9a Mon Sep 17 00:00:00 2001 From: fencl Date: Mon, 1 Sep 2025 20:56:45 +0200 Subject: [PATCH] Add initial index.html file with basic HTML structure --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..8e7ab32 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + Hello World Example DAVISFE + + + Hello World +

Hello World

+ + \ No newline at end of file