From 614622c7d83d9b64efe814839a051ceef47de225 Mon Sep 17 00:00:00 2001 From: Jonathan Daly Date: Wed, 5 Dec 2018 22:06:44 -0500 Subject: [PATCH 1/2] Added index.html --- index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 From 02469eff622b528bcee893ce5ffca55b39d7b5c3 Mon Sep 17 00:00:00 2001 From: Jonathan Daly Date: Wed, 5 Dec 2018 22:18:30 -0500 Subject: [PATCH 2/2] Added hello world --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e69de29..f4d032f 100644 --- a/index.html +++ b/index.html @@ -0,0 +1 @@ +Hello World404