diff --git a/esp8266/webinterface.cpp b/esp8266/webinterface.cpp index 09b222ed..1472449b 100644 --- a/esp8266/webinterface.cpp +++ b/esp8266/webinterface.cpp @@ -74,6 +74,9 @@ const char TR_E[] PROGMEM = "\n"; const char TH_E[] PROGMEM = "\n"; const char TD_E[] PROGMEM = "\n"; const char TBODY_E[] PROGMEM = "\n"; +const char T404_PAGE[] PROGMEM = "

Page not found!


Please try Page not found!
Please try
here")); + web_interface.add4send(T404_PAGE_2); web_interface.flushbuffer(); }