From 6d08ebd94db2f346af3a9a0a67fc9a167866f371 Mon Sep 17 00:00:00 2001 From: BrightSkyz Date: Thu, 11 Oct 2018 06:47:55 -0400 Subject: [PATCH 1/4] Scripts should be at end of body --- html/bootstrapsimple.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/bootstrapsimple.html b/html/bootstrapsimple.html index 4f02d127..ec58094c 100644 --- a/html/bootstrapsimple.html +++ b/html/bootstrapsimple.html @@ -8,8 +8,6 @@ - - @@ -41,6 +39,7 @@

Simple Hello world with bootstrap

- + + From 03dd25b4176af79a75fa6d92dd567d7b8719cdf8 Mon Sep 17 00:00:00 2001 From: BrightSkyz Date: Thu, 11 Oct 2018 06:49:30 -0400 Subject: [PATCH 2/4] Put script in head to ensure it is loaded --- html/helloworld_changingcolors.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/html/helloworld_changingcolors.html b/html/helloworld_changingcolors.html index 64487d22..411e3db0 100644 --- a/html/helloworld_changingcolors.html +++ b/html/helloworld_changingcolors.html @@ -2,6 +2,14 @@ Change Color +
@@ -11,11 +19,3 @@

Hello World

- From c65f2b1f38f7dfe30ae579b8133ce88a0334e40f Mon Sep 17 00:00:00 2001 From: BrightSkyz Date: Thu, 11 Oct 2018 06:50:44 -0400 Subject: [PATCH 3/4] Removed unnecessary script block --- html/home.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/html/home.html b/html/home.html index 10af6cc0..593514cf 100644 --- a/html/home.html +++ b/html/home.html @@ -10,11 +10,6 @@

Hello world


Click Me!!

- - + From a4db9755cdade4b43ec150ca99b794fcd29ae2d4 Mon Sep 17 00:00:00 2001 From: BrightSkyz Date: Thu, 11 Oct 2018 06:51:16 -0400 Subject: [PATCH 4/4] Found missing semicolon --- html/hw2018.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/hw2018.html b/html/hw2018.html index 331f16a3..d39c8ffc 100644 --- a/html/hw2018.html +++ b/html/hw2018.html @@ -7,7 +7,7 @@ Home