CanGrow/include/Webserver/Footer.h

9 lines
206 B
C

/*
*
* include/Webserver/footer_HTML.h - footer page HTML header file
*
*
*
*/
const char Footer_HTML[] PROGMEM = R"(<div class='footer'><span>Build: %CGBUILD%</span></div></div></body></html>)";