From a2754057dd296a2ec75aa22ee1054da4fad19495 Mon Sep 17 00:00:00 2001 From: Antonis Kalipetis Date: Tue, 22 Nov 2016 09:54:29 +0200 Subject: [PATCH] Make all CSS/JS links HTTPS This helps in making this work behind an HTTPS proxy Signed-off-by: Antonis Kalipetis --- www/assets/style.css | 2 +- www/index.html | 12 ++++++------ www/welcome.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/www/assets/style.css b/www/assets/style.css index 370d4cf..e751212 100644 --- a/www/assets/style.css +++ b/www/assets/style.css @@ -1,4 +1,4 @@ -@import url('http://fonts.googleapis.com/css?family=Rationale'); +@import url('https://fonts.googleapis.com/css?family=Rationale'); .selected button { background-color: rgba(158,158,158,0.2); diff --git a/www/index.html b/www/index.html index c24270d..47eabeb 100644 --- a/www/index.html +++ b/www/index.html @@ -3,7 +3,7 @@ Docker Playground - + @@ -96,11 +96,11 @@ - - - - - + + + + + diff --git a/www/welcome.html b/www/welcome.html index 512d7a1..a628a7c 100644 --- a/www/welcome.html +++ b/www/welcome.html @@ -3,7 +3,7 @@ Docker Playground - +