From 8fbbcc5dfdb75d5f781a0ec12c87b9aeec6ec7e5 Mon Sep 17 00:00:00 2001 From: Craine Runton Date: Wed, 25 May 2016 09:54:09 -0600 Subject: [PATCH] Move the web service files into their own directory --- {css => web_service/css}/bootstrap/bootstrap.min.css | 0 {css => web_service/css}/bootstrap/bootstrap.min.css.map | 0 index.html => web_service/index.html | 4 ++-- {js => web_service/js}/handlebars/handlebars-v4.0.5.min.js | 0 {js => web_service/js}/jquery/jquery-2.2.2.min.js | 0 .../js/tls-dashboard/certificates.js | 0 scripts.js => web_service/js/tls-dashboard/scripts.js | 0 7 files changed, 2 insertions(+), 2 deletions(-) rename {css => web_service/css}/bootstrap/bootstrap.min.css (100%) rename {css => web_service/css}/bootstrap/bootstrap.min.css.map (100%) rename index.html => web_service/index.html (88%) rename {js => web_service/js}/handlebars/handlebars-v4.0.5.min.js (100%) rename {js => web_service/js}/jquery/jquery-2.2.2.min.js (100%) rename certificates.js => web_service/js/tls-dashboard/certificates.js (100%) rename scripts.js => web_service/js/tls-dashboard/scripts.js (100%) diff --git a/css/bootstrap/bootstrap.min.css b/web_service/css/bootstrap/bootstrap.min.css similarity index 100% rename from css/bootstrap/bootstrap.min.css rename to web_service/css/bootstrap/bootstrap.min.css diff --git a/css/bootstrap/bootstrap.min.css.map b/web_service/css/bootstrap/bootstrap.min.css.map similarity index 100% rename from css/bootstrap/bootstrap.min.css.map rename to web_service/css/bootstrap/bootstrap.min.css.map diff --git a/index.html b/web_service/index.html similarity index 88% rename from index.html rename to web_service/index.html index d8b4c0e..8aafad3 100644 --- a/index.html +++ b/web_service/index.html @@ -11,8 +11,8 @@ - - + +
diff --git a/js/handlebars/handlebars-v4.0.5.min.js b/web_service/js/handlebars/handlebars-v4.0.5.min.js similarity index 100% rename from js/handlebars/handlebars-v4.0.5.min.js rename to web_service/js/handlebars/handlebars-v4.0.5.min.js diff --git a/js/jquery/jquery-2.2.2.min.js b/web_service/js/jquery/jquery-2.2.2.min.js similarity index 100% rename from js/jquery/jquery-2.2.2.min.js rename to web_service/js/jquery/jquery-2.2.2.min.js diff --git a/certificates.js b/web_service/js/tls-dashboard/certificates.js similarity index 100% rename from certificates.js rename to web_service/js/tls-dashboard/certificates.js diff --git a/scripts.js b/web_service/js/tls-dashboard/scripts.js similarity index 100% rename from scripts.js rename to web_service/js/tls-dashboard/scripts.js