greenhouse
Variables
website.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const char homepage []
 

Variable Documentation

◆ homepage

const char homepage[]
static
Initial value:
=
"<!doctype html>\n"
"<html lang=\"en\">\n"
"<head>\n"
" <meta name=\"charset\" content=\"utf-8\" />\n"
" <title>Greenhouse</title>\n"
"</head>\n"
"<body>\n"
" <h1>Greenhouse</h1>\n"
" <h2>Requests: {{ REQUESTS_COUNT }}</h2>\n"
"</body>\n"
"</html>"

Definition at line 3 of file website.h.

Referenced by WebServer::tick().