diff --git a/usermods/GPU_Fan_Controller/gpu_fan_html.h b/usermods/GPU_Fan_Controller/gpu_fan_html.h new file mode 100644 index 00000000..c8b4f6b2 --- /dev/null +++ b/usermods/GPU_Fan_Controller/gpu_fan_html.h @@ -0,0 +1,339 @@ +#pragma once + +// GPU Fan Controller - Embedded Web Page +// This is served directly from code at /gpu-fan + +const char GPU_FAN_HTML[] PROGMEM = R"=====( + + + + + +GPU Fan + + + +
+← WLED +

🌀 GPU Fan Controller

+ +
+

Status

+
+
--
Temp °C
+
--
Fan %
+
--
Mode
+
OK
+
+
+ +
+

Mode

+
+ + +
+ +
+ +
50%
+
+ +
+
+ + + + + + + + + + + + + +
+ + + + +
#TempSpeed
+ +
+ + + + +
+
+
+
+ +
+ + + + +)=====";