/** * @file builtinfiles.h * @brief This file is part of the WebServer example for the ESP8266WebServer. * * This file contains long, multiline text variables for all builtin resources. */ // used for $upload.htm static const char uploadContent[] PROGMEM = R"==( Upload

Upload

Home

Drop files here...
)=="; // used for $upload.htm static const char notFoundContent[] PROGMEM = R"==( Ressource not found

The ressource was not found.

Start again

)==";