diff --git a/bcews_warning/index.html b/bcews_warning/index.html
new file mode 100644
index 00000000..e141f537
--- /dev/null
+++ b/bcews_warning/index.html
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+ CPF Not Connected
+
+
\ No newline at end of file
diff --git a/bcews_warning/style.css b/bcews_warning/style.css
new file mode 100644
index 00000000..791adcaf
--- /dev/null
+++ b/bcews_warning/style.css
@@ -0,0 +1,23 @@
+*{
+ margin: 0;
+ padding: 0;
+ font-family: "Segoe UI Light", "Century Gothic", sans-serif;
+}
+
+h1#output{
+ display: block;
+ background: rgb(255,50,20);
+ color: white;
+ font-size: 5.5em;
+ text-align: center;
+}
+
+/*
+
+@media screen and (min-width: 640px){
+ h1#output{
+ width: 1%;
+ }
+}
+
+*/
\ No newline at end of file