diff --git a/JS/methods.js b/JS/methods.js
index 8a1b633..90fe1be 100644
--- a/JS/methods.js
+++ b/JS/methods.js
@@ -2,7 +2,7 @@ import * as helpers from "./helpers.js";
import * as ui from "./ui.js";
export function load() {
- helpers.RecoverPrinterInfos();
+ RecoverPrinterInfos();
}
export function RecoverPrinterInfos() {
diff --git a/style.html b/style.html
new file mode 100644
index 0000000..7b6f15a
--- /dev/null
+++ b/style.html
@@ -0,0 +1,116 @@
+
+
+
+
+
+
+ OctoPrint Dashboard
+
+
+
+
+
+
+
+
+
+
+
+
Printer infos
+
+ -
+ Printer Name
+ My Printer
+
+ -
+ Printer Status
+ Operational
+
+ -
+ Current Job
+ Printing
+
+ -
+ Progress
+ 35%
+
+ -
+ Temperature Bed
+ 50.0°C / 60.0°C
+
+ -
+ Temperature Tool 0
+ 200.0°C / 210.0°C
+
+ -
+ Time Remaining
+ 1:23:45
+
+ -
+ Time Elapsed
+ 2:01:23
+
+ -
+ Time Print
+ 3:25:08
+
+ -
+ Filament Printed
+ 100m
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/styleControls.html b/styleControls.html
new file mode 100644
index 0000000..e69de29