diff options
author | fireice-uk <fireice2@o2.pl> | 2017-03-03 21:02:27 +0000 |
---|---|---|
committer | fireice-uk <fireice2@o2.pl> | 2017-03-03 21:02:27 +0000 |
commit | 84317cfef411e5664a0447d95b12d83c008b81bc (patch) | |
tree | 3d9404a8e05739d1f136d824970f4c98c4b12fde /webdesign.h | |
parent | b5902fd0b75415d61a938db9ab06122e5c4c3a12 (diff) | |
download | xmr-stak-84317cfef411e5664a0447d95b12d83c008b81bc.zip xmr-stak-84317cfef411e5664a0447d95b12d83c008b81bc.tar.gz |
New webdesign for the HTTP report
Diffstat (limited to 'webdesign.h')
-rw-r--r-- | webdesign.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/webdesign.h b/webdesign.h new file mode 100644 index 0000000..a516afb --- /dev/null +++ b/webdesign.h @@ -0,0 +1,19 @@ +#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[]; |