From e6ef772515567ad1dc0ee5f61d863c84834dbe46 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sun, 20 Sep 2020 02:46:58 -0400 Subject: [PATCH] HTML5 hello world page --- index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..0c80c3e --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + Hello world + + + +

Hello world

+ + +