-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebCfgServerConstants.h
More file actions
83 lines (79 loc) · 16 KB
/
WebCfgServerConstants.h
File metadata and controls
83 lines (79 loc) · 16 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#pragma once
// escaped by https://www.cescaper.com/
// source: https://cdn.jsdelivr.net/npm/@exampledev/new.css@1.1.2/new.min.css
const char newcss[] = ":root{--nc-font-sans:\\'Inter\\',-apple-system,BlinkMacSystemFont,\\'Segoe UI\\',Roboto,Oxygen,Ubuntu,Cantarell,\\'Open Sans\\',\\'Helvetica Neue\\',sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\",\\\"Segoe UI Symbol\\\";--nc-font-mono:Consolas,monaco,\\'Ubuntu Mono\\',\\'Liberation Mono\\',\\'Courier New\\',Courier,monospace;--nc-tx-1:#000000;--nc-tx-2:#1A1A1A;--nc-bg-1:#FFFFFF;--nc-bg-2:#F6F8FA;--nc-bg-3:#E5E7EB;--nc-lk-1:#0070F3;--nc-lk-2:#0366D6;--nc-lk-tx:#FFFFFF;--nc-ac-1:#79FFE1;--nc-ac-tx:#0C4047}@media (prefers-color-scheme:dark){:root{--nc-tx-1:#ffffff;--nc-tx-2:#eeeeee;--nc-bg-1:#000000;--nc-bg-2:#111111;--nc-bg-3:#222222;--nc-lk-1:#3291FF;--nc-lk-2:#0070F3;--nc-lk-tx:#FFFFFF;--nc-ac-1:#7928CA;--nc-ac-tx:#FFFFFF}}*{margin:0;padding:0}address,area,article,aside,audio,blockquote,datalist,details,dl,fieldset,figure,form,iframe,img,input,meter,nav,ol,optgroup,option,output,p,pre,progress,ruby,section,table,textarea,ul,video{margin-bottom:1rem}button,html,input,select{font-family:var(--nc-font-sans)}body{margin:0 auto;max-width:750px;padding:2rem;border-radius:6px;overflow-x:hidden;word-break:break-word;overflow-wrap:break-word;background:var(--nc-bg-1);color:var(--nc-tx-2);font-size:1.03rem;line-height:1.5}::selection{background:var(--nc-ac-1);color:var(--nc-ac-tx)}h1,h2,h3,h4,h5,h6{line-height:1;color:var(--nc-tx-1);padding-top:.875rem}h1,h2,h3{color:var(--nc-tx-1);padding-bottom:2px;margin-bottom:8px;border-bottom:1px solid var(--nc-bg-2)}h4,h5,h6{margin-bottom:.3rem}h1{font-size:2.25rem}h2{font-size:1.85rem}h3{font-size:1.55rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.875rem}a{color:var(--nc-lk-1)}a:hover{color:var(--nc-lk-2)}abbr:hover{cursor:help}blockquote{padding:1.5rem;background:var(--nc-bg-2);border-left:5px solid var(--nc-bg-3)}abbr{cursor:help}blockquote :last-child{padding-bottom:0;margin-bottom:0}header{background:var(--nc-bg-2);border-bottom:1px solid var(--nc-bg-3);padding:2rem 1.5rem;margin:-2rem calc(0px - (50vw - 50%)) 2rem;padding-left:calc(50vw - 50%);padding-right:calc(50vw - 50%)}header h1,header h2,header h3{padding-bottom:0;border-bottom:0}header>:first-child{margin-top:0;padding-top:0}header>:last-child{margin-bottom:0}a button,button,input[type=button],input[type=reset],input[type=submit]{font-size:1rem;display:inline-block;padding:6px 12px;text-align:center;text-decoration:none;white-space:nowrap;background:var(--nc-lk-1);color:var(--nc-lk-tx);border:0;border-radius:4px;box-sizing:border-box;cursor:pointer;color:var(--nc-lk-tx)}a button[disabled],button[disabled],input[type=button][disabled],input[type=reset][disabled],input[type=submit][disabled]{cursor:default;opacity:.5;cursor:not-allowed}.button:focus,.button:hover,button:focus,button:hover,input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{background:var(--nc-lk-2)}code,kbd,pre,samp{font-family:var(--nc-font-mono)}code,kbd,pre,samp{background:var(--nc-bg-2);border:1px solid var(--nc-bg-3);border-radius:4px;padding:3px 6px;font-size:.9rem}kbd{border-bottom:3px solid var(--nc-bg-3)}pre{padding:1rem 1.4rem;max-width:100%;overflow:auto}pre code{background:inherit;font-size:inherit;color:inherit;border:0;padding:0;margin:0}code pre{display:inline;background:inherit;font-size:inherit;color:inherit;border:0;padding:0;margin:0}details{padding:.6rem 1rem;background:var(--nc-bg-2);border:1px solid var(--nc-bg-3);border-radius:4px}summary{cursor:pointer;font-weight:700}details[open]{padding-bottom:.75rem}details[open] summary{margin-bottom:6px}details[open]>:last-child{margin-bottom:0}dt{font-weight:700}dd::before{content:\\'→ \\'}hr{border:0;border-bottom:1px solid var(--nc-bg-3);margin:1rem auto}fieldset{margin-top:1rem;padding:2rem;border:1px solid var(--nc-bg-3);border-radius:4px}legend{padding:auto .5rem}table{border-collapse:collapse;width:100%}td,th{border:1px solid var(--nc-bg-3);text-align:left;padding:.5rem}th{background:var(--nc-bg-2)}tr:nth-child(even){background:var(--nc-bg-2)}table caption{font-weight:700;margin-bottom:.5rem}textarea{max-width:100%}ol,ul{padding-left:2rem}li{margin-top:.4rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}mark{padding:3px 6px;background:var(--nc-ac-1);color:var(--nc-ac-tx)}input,select,textarea{padding:6px 12px;margin-bottom:.5rem;background:var(--nc-bg-2);color:var(--nc-tx-2);border:1px solid var(--nc-bg-3);border-radius:4px;box-shadow:none;box-sizing:border-box}img{max-width:100%}";
// escaped by https://www.cescaper.com/
// source: https://cdn.jsdelivr.net/npm/open-fonts@1.1.1/fonts/inter.min.css
const char intercss[] = "@font-face{font-family:Inter;src:url(src/inter/Inter-Thin.woff2) format(\\'woff2\\'),url(src/inter/Inter-Thin.woff) format(\\'woff\\'),url(src/inter/Inter-Thin.ttf) format(\\'truetype\\');font-weight:100;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-ExtraLight.woff2) format(\\'woff2\\'),url(src/inter/Inter-ExtraLight.woff) format(\\'woff\\'),url(src/inter/Inter-ExtraLight.ttf) format(\\'truetype\\');font-weight:200;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-Light.woff2) format(\\'woff2\\'),url(src/inter/Inter-Light.woff) format(\\'woff\\'),url(src/inter/Inter-Light.ttf) format(\\'truetype\\');font-weight:300;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-Regular.woff2) format(\\'woff2\\'),url(src/inter/Inter-Regular.woff) format(\\'woff\\'),url(src/inter/Inter-Regular.ttf) format(\\'truetype\\');font-weight:400;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-Medium.woff2) format(\\'woff2\\'),url(src/inter/Inter-Medium.woff) format(\\'woff\\'),url(src/inter/Inter-Medium.ttf) format(\\'truetype\\');font-weight:500;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-SemiBold.woff2) format(\\'woff2\\'),url(src/inter/Inter-SemiBold.woff) format(\\'woff\\'),url(src/inter/Inter-SemiBold.ttf) format(\\'truetype\\');font-weight:600;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-Bold.woff2) format(\\'woff2\\'),url(src/inter/Inter-Bold.woff) format(\\'woff\\'),url(src/inter/Inter-Bold.ttf) format(\\'truetype\\');font-weight:700;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-ExtraBold.woff2) format(\\'woff2\\'),url(src/inter/Inter-ExtraBold.woff) format(\\'woff\\'),url(src/inter/Inter-ExtraBold.ttf) format(\\'truetype\\');font-weight:800;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-Black.woff2) format(\\'woff2\\'),url(src/inter/Inter-Black.woff) format(\\'woff\\'),url(src/inter/Inter-Black.ttf) format(\\'truetype\\');font-weight:900;font-style:normal}@font-face{font-family:Inter;src:url(src/inter/Inter-ThinItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-ThinItalic.woff) format(\\'woff\\'),url(src/inter/Inter-ThinItalic.ttf) format(\\'truetype\\');font-weight:100;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-ExtraLightItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-ExtraLightItalic.woff) format(\\'woff\\'),url(src/inter/Inter-ExtraLightItalic.ttf) format(\\'truetype\\');font-weight:200;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-LightItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-LightItalic.woff) format(\\'woff\\'),url(src/inter/Inter-LightItalic.ttf) format(\\'truetype\\');font-weight:300;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-Italic.woff2) format(\\'woff2\\'),url(src/inter/Inter-Italic.woff) format(\\'woff\\'),url(src/inter/Inter-Italic.ttf) format(\\'truetype\\');font-weight:400;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-MediumItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-MediumItalic.woff) format(\\'woff\\'),url(src/inter/Inter-MediumItalic.ttf) format(\\'truetype\\');font-weight:500;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-SemiBoldItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-SemiBoldItalic.woff) format(\\'woff\\'),url(src/inter/Inter-SemiBoldItalic.ttf) format(\\'truetype\\');font-weight:600;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-BoldItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-BoldItalic.woff) format(\\'woff\\'),url(src/inter/Inter-BoldItalic.ttf) format(\\'truetype\\');font-weight:700;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-ExtraBoldItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-ExtraBoldItalic.woff) format(\\'woff\\'),url(src/inter/Inter-ExtraBoldItalic.ttf) format(\\'truetype\\');font-weight:800;font-style:italic}@font-face{font-family:Inter;src:url(src/inter/Inter-BlackItalic.woff2) format(\\'woff2\\'),url(src/inter/Inter-BlackItalic.woff) format(\\'woff\\'),url(src/inter/Inter-BlackItalic.ttf) format(\\'truetype\\');font-weight:900;font-style:italic}";
const unsigned char favicon_32x32[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x20, 0x08, 0x06, 0x00, 0x00, 0x00, 0x73, 0x7a, 0x7a,
0xf4, 0x00, 0x00, 0x01, 0x85, 0x69, 0x43, 0x43, 0x50, 0x49, 0x43, 0x43, 0x20, 0x70, 0x72, 0x6f,
0x66, 0x69, 0x6c, 0x65, 0x00, 0x00, 0x28, 0x91, 0x7d, 0x91, 0x3d, 0x48, 0xc3, 0x40, 0x1c, 0xc5,
0x5f, 0x53, 0xb5, 0x45, 0x2a, 0x0a, 0x76, 0x10, 0x71, 0xc8, 0x50, 0x9d, 0x2c, 0x8a, 0x8a, 0x38,
0x4a, 0x15, 0x8b, 0x60, 0xa1, 0xb4, 0x15, 0x5a, 0x75, 0x30, 0xb9, 0xf4, 0x43, 0x68, 0xd2, 0x90,
0xa4, 0xb8, 0x38, 0x0a, 0xae, 0x05, 0x07, 0x3f, 0x16, 0xab, 0x0e, 0x2e, 0xce, 0xba, 0x3a, 0xb8,
0x0a, 0x82, 0xe0, 0x07, 0x88, 0xa3, 0x93, 0x93, 0xa2, 0x8b, 0x94, 0xf8, 0xbf, 0xa4, 0xd0, 0x22,
0xc6, 0x83, 0xe3, 0x7e, 0xbc, 0xbb, 0xf7, 0xb8, 0x7b, 0x07, 0x08, 0xf5, 0x32, 0x53, 0xcd, 0x8e,
0x71, 0x40, 0xd5, 0x2c, 0x23, 0x15, 0x8f, 0x89, 0xd9, 0xdc, 0x8a, 0x18, 0x78, 0x45, 0x10, 0x5d,
0x08, 0x60, 0x0c, 0x7d, 0x12, 0x33, 0xf5, 0x44, 0x7a, 0x21, 0x03, 0xcf, 0xf1, 0x75, 0x0f, 0x1f,
0x5f, 0xef, 0xa2, 0x3c, 0xcb, 0xfb, 0xdc, 0x9f, 0xa3, 0x47, 0xc9, 0x9b, 0x0c, 0xf0, 0x89, 0xc4,
0xb3, 0x4c, 0x37, 0x2c, 0xe2, 0x75, 0xe2, 0xe9, 0x4d, 0x4b, 0xe7, 0xbc, 0x4f, 0x1c, 0x66, 0x25,
0x49, 0x21, 0x3e, 0x27, 0x1e, 0x35, 0xe8, 0x82, 0xc4, 0x8f, 0x5c, 0x97, 0x5d, 0x7e, 0xe3, 0x5c,
0x74, 0x58, 0xe0, 0x99, 0x61, 0x23, 0x93, 0x9a, 0x23, 0x0e, 0x13, 0x8b, 0xc5, 0x36, 0x96, 0xdb,
0x98, 0x95, 0x0c, 0x95, 0x78, 0x8a, 0x38, 0xa2, 0xa8, 0x1a, 0xe5, 0x0b, 0x59, 0x97, 0x15, 0xce,
0x5b, 0x9c, 0xd5, 0x72, 0x95, 0x35, 0xef, 0xc9, 0x5f, 0x18, 0xca, 0x6b, 0xcb, 0x69, 0xae, 0xd3,
0x1c, 0x42, 0x1c, 0x8b, 0x48, 0x20, 0x09, 0x11, 0x32, 0xaa, 0xd8, 0x40, 0x19, 0x16, 0xa2, 0xb4,
0x6a, 0xa4, 0x98, 0x48, 0xd1, 0x7e, 0xcc, 0xc3, 0x3f, 0xe8, 0xf8, 0x93, 0xe4, 0x92, 0xc9, 0xb5,
0x01, 0x46, 0x8e, 0x79, 0x54, 0xa0, 0x42, 0x72, 0xfc, 0xe0, 0x7f, 0xf0, 0xbb, 0x5b, 0xb3, 0x30,
0x39, 0xe1, 0x26, 0x85, 0x62, 0x40, 0xe7, 0x8b, 0x6d, 0x7f, 0x0c, 0x03, 0x81, 0x5d, 0xa0, 0x51,
0xb3, 0xed, 0xef, 0x63, 0xdb, 0x6e, 0x9c, 0x00, 0xfe, 0x67, 0xe0, 0x4a, 0x6b, 0xf9, 0x2b, 0x75,
0x60, 0xe6, 0x93, 0xf4, 0x5a, 0x4b, 0x8b, 0x1c, 0x01, 0xbd, 0xdb, 0xc0, 0xc5, 0x75, 0x4b, 0x93,
0xf7, 0x80, 0xcb, 0x1d, 0x60, 0xe0, 0x49, 0x97, 0x0c, 0xc9, 0x91, 0xfc, 0x34, 0x85, 0x42, 0x01,
0x78, 0x3f, 0xa3, 0x6f, 0xca, 0x01, 0xfd, 0xb7, 0x40, 0xf7, 0xaa, 0xdb, 0x5b, 0x73, 0x1f, 0xa7,
0x0f, 0x40, 0x86, 0xba, 0x5a, 0xba, 0x01, 0x0e, 0x0e, 0x81, 0x91, 0x22, 0x65, 0xaf, 0x79, 0xbc,
0x3b, 0xd8, 0xde, 0xdb, 0xbf, 0x67, 0x9a, 0xfd, 0xfd, 0x00, 0x61, 0x20, 0x72, 0xa0, 0x60, 0x7a,
0xb5, 0x6d, 0x00, 0x00, 0x00, 0x06, 0x62, 0x4b, 0x47, 0x44, 0x00, 0xff, 0x00, 0xff, 0x00, 0xff,
0xa0, 0xbd, 0xa7, 0x93, 0x00, 0x00, 0x00, 0x09, 0x70, 0x48, 0x59, 0x73, 0x00, 0x00, 0x0d, 0xd7,
0x00, 0x00, 0x0d, 0xd7, 0x01, 0x42, 0x28, 0x9b, 0x78, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d,
0x45, 0x07, 0xe6, 0x08, 0x06, 0x07, 0x32, 0x0b, 0x66, 0x3f, 0xdd, 0x5e, 0x00, 0x00, 0x02, 0x59,
0x49, 0x44, 0x41, 0x54, 0x58, 0xc3, 0xd5, 0x97, 0xbb, 0x6b, 0x14, 0x51, 0x14, 0x87, 0xbf, 0x73,
0xd7, 0x8d, 0x66, 0x92, 0x15, 0x52, 0xac, 0x22, 0x58, 0x5a, 0x84, 0x18, 0x41, 0x30, 0x68, 0x13,
0x89, 0xe6, 0xd1, 0x08, 0xc2, 0x16, 0x16, 0xda, 0x04, 0xad, 0x92, 0x3f, 0xc0, 0x07, 0x09, 0x98,
0x99, 0x25, 0xe2, 0x0b, 0x7b, 0x63, 0x21, 0x58, 0xa5, 0xf0, 0x19, 0x2c, 0x2c, 0x12, 0x13, 0x5c,
0xc8, 0x62, 0x63, 0x44, 0x30, 0x86, 0x14, 0x76, 0x29, 0xa2, 0x2e, 0x92, 0x62, 0x33, 0x83, 0x2e,
0xe6, 0x1e, 0x8b, 0x1d, 0x50, 0xd1, 0xb0, 0xb3, 0xbb, 0x93, 0xc4, 0xdc, 0xea, 0xc2, 0xbd, 0xdc,
0xdf, 0x77, 0xce, 0xf9, 0x9d, 0x33, 0x0c, 0x6c, 0xeb, 0xe5, 0xae, 0xf6, 0xe2, 0x7d, 0xdd, 0x5d,
0xcf, 0x13, 0xa6, 0x2e, 0x71, 0x64, 0x0a, 0xdd, 0x95, 0xc7, 0x2b, 0xee, 0xd9, 0x7c, 0x00, 0x35,
0x2d, 0xe1, 0xae, 0x1d, 0x35, 0xd3, 0xb5, 0x42, 0x98, 0x98, 0x8a, 0xd1, 0x8e, 0x26, 0x72, 0x0c,
0xfb, 0xfb, 0xb6, 0x00, 0x40, 0x5e, 0x01, 0xf3, 0xa0, 0xad, 0x24, 0x99, 0xac, 0x36, 0x13, 0xf5,
0x03, 0x88, 0x16, 0x28, 0xd9, 0x6e, 0x84, 0xf7, 0xb5, 0x64, 0x22, 0x9e, 0x12, 0xdc, 0x48, 0x15,
0xf8, 0x6e, 0x7b, 0xca, 0x10, 0xda, 0x4a, 0x52, 0x66, 0xa2, 0x42, 0x98, 0xd8, 0x5a, 0xb2, 0x46,
0x88, 0xca, 0x00, 0x6e, 0xb1, 0x8d, 0xab, 0xc5, 0x83, 0x91, 0x21, 0xb0, 0xbd, 0xc0, 0x42, 0xe8,
0x89, 0xe7, 0x31, 0x64, 0xc0, 0xe4, 0x30, 0xe6, 0x2d, 0x23, 0xfe, 0x40, 0xb4, 0xf6, 0x94, 0xc3,
0x08, 0xe5, 0xc8, 0x85, 0xb5, 0x38, 0x4a, 0x70, 0x0f, 0x68, 0x40, 0x18, 0xc3, 0xf5, 0xc7, 0xf0,
0xb4, 0x61, 0xdd, 0x9b, 0xde, 0xea, 0x45, 0x44, 0x5e, 0xa0, 0xb4, 0x00, 0x13, 0x04, 0x41, 0x5f,
0x45, 0x0f, 0x47, 0x8a, 0xca, 0x0b, 0xce, 0xa2, 0x7a, 0x1f, 0x70, 0x10, 0xf2, 0xa0, 0x67, 0xb0,
0xe6, 0x38, 0xa2, 0x0f, 0x11, 0x1e, 0xa1, 0x4e, 0x3f, 0x04, 0x77, 0x81, 0xf3, 0x28, 0x8a, 0xc8,
0x6d, 0x68, 0x1c, 0x26, 0x2b, 0x36, 0x1e, 0x00, 0x00, 0xcf, 0xef, 0x40, 0x79, 0x06, 0xec, 0x47,
0x58, 0x42, 0x65, 0x1c, 0xf4, 0x0a, 0x30, 0x8b, 0xd0, 0x88, 0x72, 0x04, 0x91, 0x22, 0xaa, 0xfd,
0x64, 0x9b, 0x26, 0x22, 0x77, 0x71, 0x55, 0x4e, 0x1f, 0x5e, 0xdd, 0x4b, 0x52, 0x1e, 0x03, 0x9d,
0xff, 0x38, 0xfd, 0x88, 0xb5, 0x19, 0x46, 0x53, 0x1f, 0x36, 0x6e, 0x10, 0x5d, 0x6f, 0xfe, 0x8c,
0x38, 0x3d, 0xa1, 0x2f, 0x7e, 0x5f, 0x93, 0xf0, 0xe3, 0x58, 0xb5, 0xe2, 0xf1, 0xce, 0x81, 0x5a,
0x07, 0xe9, 0xf6, 0x29, 0x81, 0xe7, 0x77, 0x90, 0x94, 0x37, 0x40, 0x27, 0xc2, 0x12, 0xc8, 0xad,
0xf0, 0x64, 0x16, 0x61, 0x0e, 0x38, 0x40, 0x22, 0xf1, 0x1a, 0xd7, 0xcf, 0xc4, 0x0f, 0x30, 0x12,
0x9c, 0x43, 0xc9, 0x85, 0x1d, 0x90, 0x07, 0x3d, 0x8a, 0x32, 0x17, 0xe6, 0x70, 0x19, 0x75, 0x3a,
0x81, 0x07, 0xa8, 0xa6, 0x50, 0x9e, 0xe2, 0x06, 0x37, 0x71, 0xd5, 0xc4, 0x03, 0xe0, 0xfa, 0xd7,
0x10, 0x1d, 0x07, 0x9c, 0xb2, 0xf9, 0x9c, 0x6e, 0xbc, 0xe6, 0x4f, 0x7f, 0xdc, 0xc9, 0xca, 0x37,
0xb2, 0x4d, 0x17, 0x10, 0xbd, 0x84, 0xc1, 0x96, 0xdb, 0x33, 0x78, 0xc2, 0xe5, 0x42, 0x2a, 0x8e,
0x0c, 0x0c, 0x00, 0x25, 0x94, 0x41, 0xb2, 0x4d, 0x83, 0x78, 0x52, 0x5a, 0xbf, 0x4c, 0xcd, 0x77,
0x50, 0x3d, 0x85, 0xb0, 0x02, 0x64, 0x70, 0x9c, 0xa9, 0x4a, 0x8f, 0xef, 0xa8, 0xac, 0x6f, 0xbb,
0xb0, 0x48, 0x64, 0x73, 0x89, 0xbe, 0x43, 0x65, 0x19, 0x68, 0x41, 0x49, 0xd4, 0x0f, 0x90, 0x4d,
0x2d, 0x44, 0x76, 0xd4, 0x50, 0x31, 0x0d, 0xe6, 0x25, 0xd0, 0x06, 0xb2, 0x88, 0xd8, 0xd3, 0x9b,
0x37, 0x07, 0x86, 0x8a, 0x69, 0x76, 0x9a, 0x69, 0x94, 0x43, 0xa1, 0xf8, 0xc9, 0xbf, 0xbc, 0xb2,
0x61, 0x00, 0x35, 0x8a, 0xc7, 0x03, 0xa0, 0x92, 0xa6, 0xc1, 0xcc, 0x94, 0xc5, 0x99, 0x47, 0xd6,
0xba, 0xa2, 0x8a, 0x47, 0x34, 0x61, 0x45, 0x82, 0x13, 0xa1, 0xfb, 0x16, 0x11, 0xdb, 0x87, 0x97,
0xfa, 0xb2, 0x15, 0xdf, 0x82, 0xaa, 0x23, 0xaf, 0x1f, 0x40, 0xec, 0xca, 0x2f, 0x71, 0xdb, 0x53,
0x6d, 0xe4, 0xff, 0xcd, 0xcf, 0xe9, 0x96, 0xaf, 0x9f, 0x9e, 0xd8, 0xe3, 0xec, 0x5f, 0x49, 0x89,
0x77, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82
};