diff --git a/client/style.css b/client/css/style.css similarity index 100% rename from client/style.css rename to client/css/style.css diff --git a/client/index.html b/client/index.html index 28fb895..3078ca3 100644 --- a/client/index.html +++ b/client/index.html @@ -6,7 +6,7 @@ - +
@@ -170,8 +170,8 @@ - - + + diff --git a/client/application.js b/client/js/application.js similarity index 100% rename from client/application.js rename to client/js/application.js diff --git a/client/grapher.js b/client/js/grapher.js similarity index 100% rename from client/grapher.js rename to client/js/grapher.js