diff --git a/document_roots/webhost/assets/css/style.css b/document_roots/webhost/assets/css/style.css
new file mode 100644
index 0000000..6e27941
--- /dev/null
+++ b/document_roots/webhost/assets/css/style.css
@@ -0,0 +1,3 @@
+.navbar {
+ background-color:#E0EBF5 !important;
+}
diff --git a/document_roots/webhost/assets/js/main.js b/document_roots/webhost/assets/js/main.js
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/document_roots/webhost/assets/js/main.js
@@ -0,0 +1 @@
+
diff --git a/document_roots/webhost/gPanel.html b/document_roots/webhost/gPanel.html
new file mode 100644
index 0000000..b1100bd
--- /dev/null
+++ b/document_roots/webhost/gPanel.html
@@ -0,0 +1,50 @@
+
+
+
+
-
+
+
-
-
-
-
-
+
+
+
+
+
+
+
diff --git a/document_roots/webhost/styles.css b/document_roots/webhost/styles.css
deleted file mode 100644
index f5c0a25..0000000
--- a/document_roots/webhost/styles.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/* Remove the navbar's default margin-bottom and rounded borders */
-.navbar {
- margin-bottom: 0;
- border-radius: 0;
-}
-
-/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
-.row.content {height: 450px}
-
-/* Set gray background color and 100% height */
-.sidenav {
- padding-top: 20px;
- background-color: #f1f1f1;
- height: 100%;
-}
-
-/* Set black background color, white text and some padding */
-footer {
- background-color: #555;
- color: white;
- padding: 15px;
-}
-
-/* On small screens, set height to 'auto' for sidenav and grid */
-@media screen and (max-width: 767px) {
- .sidenav {
- height: auto;
- padding: 15px;
- }
- .row.content {height:auto;}
-}
\ No newline at end of file