summaryrefslogtreecommitdiffstats
path: root/xmrstak/http/webdesign.hpp
blob: 122b5fb6668981d0968b6830aee4f3ff34fc82f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#pragma once

extern const char sHtmlCssEtag[];
extern const char sHtmlCssFile[];
extern size_t sHtmlCssSize;

extern const char sHtmlAccessDenied[];
extern size_t sHtmlAccessDeniedSize;

extern const char sHttpAuthRelam[];
extern const char sHttpAuthOpaque[];

extern const char sHtmlCommonHeader[];

extern const char sHtmlHashrateBodyHigh[];
extern const char sHtmlHashrateTableRow[];
extern const char sHtmlHashrateBodyLow[];

extern const char sHtmlConnectionBodyHigh[];
extern const char sHtmlConnectionTableRow[];
extern const char sHtmlConnectionBodyLow[];

extern const char sHtmlResultBodyHigh[];
extern const char sHtmlResultTableRow[];
extern const char sHtmlResultBodyLow[];

extern const char sJsonApiThdHashrate[];
extern const char sJsonApiResultError[];
extern const char sJsonApiConnectionError[];
extern const char sJsonApiFormat[];
OpenPOWER on IntegriCloud