+
404 - Page not found
+
Sorry, the page you are requesting was not found on this server.
+
+
+
+
diff --git a/firmware/fsdata/fs/css/picnic.min.css b/firmware/webdir/css/picnic.min.css
similarity index 100%
rename from firmware/fsdata/fs/css/picnic.min.css
rename to firmware/webdir/css/picnic.min.css
diff --git a/firmware/fsdata/fs/css/style.css b/firmware/webdir/css/style.css
similarity index 63%
rename from firmware/fsdata/fs/css/style.css
rename to firmware/webdir/css/style.css
index 0e0e33a..c84c3d9 100644
--- a/firmware/fsdata/fs/css/style.css
+++ b/firmware/webdir/css/style.css
@@ -6,15 +6,15 @@ main {
margin-right: auto;
}
-canvas{
+canvas {
width: 100%;
}
-main section:target ~ section, main section#io, main section#wifi, main section#ota {
+main section:target ~ section, main section#io, main section#wifi, main section#ota {
display: none;
}
-main section:target{
+main section:target {
display: block !important;
}
@@ -22,30 +22,34 @@ main section:target{
width: 100%;
display: table;
}
-.table>.row{
+
+.table > .row {
display: table-row;
}
-.table>.row:nth-child(2n) {
- background: rgba(17,17,17,0.05);
+
+.table > .row:nth-child(2n) {
+ background: rgba(17, 17, 17, 0.05);
}
-.table>.row>*{
- display: table-cell;
- padding: .3em 2.4em .3em .6em;
+
+.table > .row > * {
+ display: table-cell;
+ padding: .3em .6em .3em .6em;
}
-.table>header.row>*{
+
+.table > header.row > * {
text-align: left;
font-weight: 900;
color: #fff;
background-color: #0074d9;
}
-.table>.row>input{
+.table > .row > input {
border: none;
background: none;
font-weight: 900;
}
-.plain{
+.plain {
opacity: initial;
width: initial;
}
\ No newline at end of file
diff --git a/firmware/fsdata/fs/index.html b/firmware/webdir/index.html
similarity index 89%
rename from firmware/fsdata/fs/index.html
rename to firmware/webdir/index.html
index 8ceefa7..0a7bf04 100644
--- a/firmware/fsdata/fs/index.html
+++ b/firmware/webdir/index.html
@@ -5,6 +5,7 @@