From 993b89968f4ce99a31eb52e3032d7e180cb81ae5 Mon Sep 17 00:00:00 2001 From: danbulant Date: Fri, 12 Jun 2020 12:39:23 +0200 Subject: [PATCH] Create a hello world page --- index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..474b3bd --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ + + + + + Sample website + + + Hello world! + + \ No newline at end of file