PCB lives now in its own git repo https://git.la10cy.net/DeltaLima/CanGrow-12V-PCB
13 lines
247 B
C
13 lines
247 B
C
/*
|
|
*
|
|
* include/Webserver/Page_root_HTML.h - root page HTML header file
|
|
*
|
|
*
|
|
*
|
|
*/
|
|
|
|
|
|
const char Page_root_HTML[] PROGMEM = R"EOF(%HEADER%
|
|
<h2>🌱 Hello world!</h2>
|
|
<a href='/api/sensor/'>Sensor data -> /api/sensor/</a>
|
|
%FOOTER% )EOF";
|