30ee42732e
Started big rework with seperated settings page, new page design, themes, effect intensity, hue sync...
23 lines
301 B
C
23 lines
301 B
C
/*
|
|
* Index html
|
|
*/
|
|
//head0 (js)
|
|
const char PAGE_index0[] PROGMEM = R"=====(
|
|
|
|
)=====";
|
|
|
|
//head1 (css)
|
|
const char PAGE_index1[] PROGMEM = R"=====(
|
|
|
|
)=====";
|
|
|
|
//body0 (svg defs)
|
|
const char PAGE_index2[] PROGMEM = R"=====(
|
|
|
|
)=====";
|
|
|
|
//body1 (html)
|
|
const char PAGE_index3[] PROGMEM = R"=====(
|
|
|
|
)=====";
|