From 0a5d4446a2fe5c697fc939ae43da699a4aa299c0 Mon Sep 17 00:00:00 2001 From: jthicks91 Date: Wed, 5 Dec 2018 19:05:36 -0800 Subject: [PATCH 1/2] add index.html for lecture example --- 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 df9276eea17f349f50f45450966ae4040962ec8a Mon Sep 17 00:00:00 2001 From: jthicks91 Date: Wed, 5 Dec 2018 19:18:12 -0800 Subject: [PATCH 2/2] added hello wolrd --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index e69de29..557db03 100644 --- a/index.html +++ b/index.html @@ -0,0 +1 @@ +Hello World