diff --git a/config_css.h b/config_css.h
new file mode 100644
index 0000000..cb964db
--- /dev/null
+++ b/config_css.h
@@ -0,0 +1,51 @@
+const char CFG_STYLESHEET[] PROGMEM = R"=====(
+
+
+
+)=====";
\ No newline at end of file
diff --git a/dashboard_css.h b/dashboard_css.h
new file mode 100644
index 0000000..b01dc04
--- /dev/null
+++ b/dashboard_css.h
@@ -0,0 +1,153 @@
+const char DB_STYLESHEET[] PROGMEM = R"=====(
+
+
+
+)=====";
\ No newline at end of file
diff --git a/javascript.h b/javascript.h
new file mode 100644
index 0000000..611a9a9
--- /dev/null
+++ b/javascript.h
@@ -0,0 +1,324 @@
+const char JAVASCRIPT[] PROGMEM = R"=====(
+
+)=====";
\ No newline at end of file