greenhouse
website.h
Go to the documentation of this file.
1 #pragma once
2 
3 static const char homepage[] = \
4  "<!doctype html>\n"
5  "<html lang=\"en\">\n"
6  "<head>\n"
7  " <meta name=\"charset\" content=\"utf-8\" />\n"
8  " <title>Greenhouse</title>\n"
9  "</head>\n"
10  "<body>\n"
11  " <h1>Greenhouse</h1>\n"
12  " <h2>Requests: {{ REQUESTS_COUNT }}</h2>\n"
13  "</body>\n"
14  "</html>"
15  ;
static const char homepage[]
Definition: website.h:3