forked from fireice-uk/xmr-stak-cpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebdesign.h
More file actions
24 lines (18 loc) · 701 Bytes
/
webdesign.h
File metadata and controls
24 lines (18 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#pragma once
extern const char sHtmlCssEtag[];
extern const char sHtmlCssFile[];
extern size_t sHtmlCssSize;
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[];