diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css b/static/bootstrap-3.3.7-dist/css/bootstrap.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css rename to static/bootstrap-3.3.7-dist/css/bootstrap.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css b/static/bootstrap-3.3.7-dist/css/bootstrap.min.css similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css rename to static/bootstrap-3.3.7-dist/css/bootstrap.min.css diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map b/static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map rename to static/bootstrap-3.3.7-dist/css/bootstrap.min.css.map diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.eot diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.svg diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.ttf diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 b/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 rename to static/bootstrap-3.3.7-dist/fonts/glyphicons-halflings-regular.woff2 diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.js b/static/bootstrap-3.3.7-dist/js/bootstrap.js similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.js rename to static/bootstrap-3.3.7-dist/js/bootstrap.js diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.min.js b/static/bootstrap-3.3.7-dist/js/bootstrap.min.js similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/bootstrap.min.js rename to static/bootstrap-3.3.7-dist/js/bootstrap.min.js diff --git a/Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/npm.js b/static/bootstrap-3.3.7-dist/js/npm.js similarity index 100% rename from Applications/SimpleUI/static/bootstrap-3.3.7-dist/js/npm.js rename to static/bootstrap-3.3.7-dist/js/npm.js diff --git a/Applications/SimpleUI/static/jquery-3.2.0.js b/static/jquery-3.2.0.js similarity index 100% rename from Applications/SimpleUI/static/jquery-3.2.0.js rename to static/jquery-3.2.0.js diff --git a/Applications/SimpleUI/static/simpleui.js b/static/simpleui.js similarity index 100% rename from Applications/SimpleUI/static/simpleui.js rename to static/simpleui.js diff --git a/Applications/SimpleUI/templates/index.html b/templates/index.html similarity index 100% rename from Applications/SimpleUI/templates/index.html rename to templates/index.html diff --git a/Applications/SimpleUI/templates/layout.html b/templates/layout.html similarity index 100% rename from Applications/SimpleUI/templates/layout.html rename to templates/layout.html