fsdata.c 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751
  1. #include "lwip/def.h"
  2. #include "fsdata.h"
  3. #define file_NULL (struct fsdata_file *) NULL
  4. static const unsigned int dummy_align__upload_js = 0;
  5. static const unsigned char data__upload_js[] = {
  6. /* /upload.js (10 chars) */
  7. 0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x6a,0x73,0x00,
  8. /* HTTP header */
  9. /* "HTTP/1.1 200 OK
  10. " (17 bytes) */
  11. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  12. 0x0a,
  13. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  14. " (63 bytes) */
  15. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  16. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  17. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  18. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  19. /* "Content-Length: 846
  20. " (21 bytes) */
  21. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  22. 0x38,0x34,0x36,0x0d,0x0a,
  23. /* "Connection: Close
  24. " (19 bytes) */
  25. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  26. 0x65,0x0d,0x0a,
  27. /* "Content-type: application/x-javascript
  28. Content-Encoding: gzip
  29. " (64 bytes) */
  30. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x61,0x70,
  31. 0x70,0x6c,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x2f,0x78,0x2d,0x6a,0x61,0x76,0x61,
  32. 0x73,0x63,0x72,0x69,0x70,0x74,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,
  33. 0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,0x0a,
  34. /* "ETag: "XrMn3nrKx1iNBv9"
  35. " (25 bytes) */
  36. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x58,0x72,0x4d,0x6e,0x33,0x6e,0x72,0x4b,0x78,
  37. 0x31,0x69,0x4e,0x42,0x76,0x39,0x22,0x0d,0x0a,0x0d,0x0a,
  38. /* raw file data (846 bytes) */
  39. 0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0xb5,0x54,0xd1,0x4a,0x1b,0x41,
  40. 0x14,0xfd,0x95,0xc9,0x20,0xb2,0x4b,0xd6,0x6d,0xa4,0x08,0xc5,0xed,0x54,0x6a,0xb1,
  41. 0xad,0xa0,0xad,0x94,0x50,0x04,0x91,0x32,0xd9,0xbd,0x89,0x53,0x37,0x33,0xe9,0xee,
  42. 0xac,0x12,0x24,0xa0,0xb1,0xa5,0x85,0x0a,0x85,0xfe,0x40,0x5f,0xfa,0x01,0x22,0xb5,
  43. 0xd5,0xb6,0xe6,0x1b,0x66,0xfe,0xa8,0x77,0x76,0x13,0x89,0x82,0x8f,0x7d,0xd8,0x64,
  44. 0x77,0xe6,0xde,0xb9,0xe7,0x9e,0x73,0xee,0xb4,0x0b,0x19,0x6b,0xa1,0x24,0x99,0xf1,
  45. 0xc0,0x3f,0xc8,0x40,0x17,0x99,0x24,0x89,0x8a,0x8b,0x2e,0x48,0x1d,0x76,0x40,0xaf,
  46. 0xa4,0xe0,0x5e,0x97,0xfb,0xab,0x09,0x46,0x0c,0xda,0x93,0xf8,0x58,0x15,0x52,0x27,
  47. 0x6a,0x5f,0x7a,0xfe,0xc1,0x1e,0xcf,0x08,0xb0,0x85,0x28,0x07,0xbd,0x2a,0x35,0x64,
  48. 0x7b,0x3c,0xf5,0x26,0x81,0xb8,0x3d,0x3e,0x75,0x9e,0x31,0x98,0x9d,0xf5,0xf6,0x85,
  49. 0xc4,0xb4,0x30,0x55,0x31,0x77,0x85,0xc3,0x9d,0x0c,0xda,0x8c,0xde,0xa3,0x7e,0x00,
  50. 0x8f,0x1a,0xb3,0xb3,0x30,0x37,0x17,0xdc,0x55,0x9f,0x96,0x45,0xe7,0x64,0xd1,0x6d,
  51. 0x41,0x46,0xfd,0x50,0x48,0x09,0xd9,0xf3,0xe6,0xfa,0x1a,0x83,0x00,0x06,0xc1,0x3c,
  52. 0xdc,0x9f,0x02,0x88,0xd8,0x9f,0x3c,0x5b,0x75,0x5d,0x39,0x78,0x3a,0x90,0x81,0x8a,
  53. 0x44,0xdb,0xa3,0x1d,0xd5,0xe2,0xf1,0x6e,0x18,0x77,0x04,0x45,0x40,0x4b,0x9e,0x66,
  54. 0xb1,0x92,0x6d,0x91,0x75,0x3d,0x6a,0xbe,0xda,0xcf,0xc4,0x1e,0x9b,0x33,0x73,0x6e,
  55. 0x0f,0xcd,0xb9,0xb9,0x72,0x9f,0x1f,0xed,0xd0,0x8c,0x88,0xfd,0x60,0x46,0xf8,0x72,
  56. 0x81,0xcf,0x39,0x19,0x07,0x5c,0xd9,0x63,0x3b,0xb4,0x27,0xf6,0xc8,0x7e,0xc1,0x25,
  57. 0x82,0x01,0x47,0xe6,0xca,0x8c,0x70,0xd7,0xfd,0x5e,0x12,0x73,0x81,0x27,0x60,0xbc,
  58. 0x3d,0xb4,0xef,0xf1,0xb4,0x4b,0x7b,0xb4,0x84,0x5d,0x4a,0x86,0x75,0x70,0xff,0x97,
  59. 0x39,0xc3,0x22,0xa7,0x76,0xe8,0x12,0x87,0xe6,0xaf,0xab,0xe7,0x9e,0x90,0xfa,0x8b,
  60. 0x9a,0xd5,0x1a,0x81,0xf6,0x2b,0xe2,0x3c,0xc5,0xc6,0x9c,0x6d,0xae,0xaf,0x3d,0xd7,
  61. 0xba,0xf7,0x0a,0xde,0x15,0x90,0xeb,0x25,0x09,0xfb,0xe4,0xe6,0xd2,0xa2,0x5b,0x7a,
  62. 0x8c,0x82,0xee,0xc1,0xe6,0xcb,0xd6,0x5b,0x88,0xb5,0x47,0xd7,0x45,0x9c,0xa9,0x5c,
  63. 0xb5,0x75,0xe8,0x62,0x9b,0xcd,0x0d,0xea,0xfb,0xa1,0xea,0x81,0xf4,0xe8,0xb3,0x95,
  64. 0x26,0x0d,0x20,0xa8,0x35,0xfc,0x40,0x85,0x39,0xc8,0xc4,0xf3,0xf1,0x23,0xe2,0x29,
  65. 0x64,0xda,0x93,0x53,0x5c,0xbe,0xe6,0xa9,0x48,0xb8,0x06,0xc7,0x66,0x5b,0x65,0x5e,
  66. 0xc9,0x28,0x83,0x29,0x7f,0xe4,0xcb,0xfd,0x26,0xef,0xbc,0xe0,0x5d,0xf0,0xa8,0x90,
  67. 0xbd,0x42,0x97,0x9d,0x36,0x22,0xf9,0x50,0x87,0x29,0xc8,0x8e,0xde,0x89,0x64,0xbd,
  68. 0x5e,0x69,0xa1,0x98,0xde,0x92,0xdb,0x81,0x60,0xb5,0xf9,0x52,0x91,0xb6,0x48,0x01,
  69. 0xb5,0x50,0xa1,0xee,0xf7,0xb0,0x00,0x8a,0xd4,0x60,0xee,0xd3,0xad,0xe7,0xe3,0xec,
  70. 0x31,0x17,0xa4,0xc2,0x46,0xcd,0xb7,0x8a,0x7b,0x62,0x7e,0x13,0x24,0xf7,0xd4,0x5c,
  71. 0x9a,0x3f,0xf6,0x98,0x38,0x06,0x9d,0x80,0xbf,0x71,0xe5,0x17,0x3e,0x57,0x88,0xc2,
  72. 0x95,0x09,0xb0,0x92,0xc3,0xcc,0x27,0xa7,0x6e,0x35,0xb6,0x43,0x89,0x60,0x5d,0x7d,
  73. 0xce,0xd8,0x1b,0x74,0xac,0x48,0x9e,0x62,0x3d,0xd7,0x01,0x42,0x70,0xfc,0xcf,0x4c,
  74. 0xbc,0x82,0x4e,0x8b,0x53,0x9e,0xe7,0x6e,0xaf,0xce,0x28,0x49,0x44,0xce,0x5b,0x29,
  75. 0x24,0x34,0x6a,0x65,0xc0,0x77,0x07,0x78,0x46,0x4d,0xdc,0x06,0xf8,0xbd,0x02,0x45,
  76. 0x68,0x9d,0xd7,0x69,0x05,0x0c,0x8d,0x71,0x6a,0xfe,0xa0,0x2b,0x7e,0x38,0x9d,0x03,
  77. 0x52,0xca,0x7f,0x64,0x3f,0xa1,0xab,0x4a,0xb7,0xe1,0x0e,0x7a,0xeb,0xc2,0xf9,0xe6,
  78. 0x2f,0x5a,0x6a,0xd2,0x97,0x39,0x25,0x98,0x31,0xc2,0xcc,0x9f,0xce,0x58,0x04,0x5d,
  79. 0x36,0x2a,0x2d,0xe3,0x6c,0x3a,0x44,0xf7,0x0d,0xf1,0x60,0xe7,0x3a,0xf4,0x92,0x3d,
  80. 0x59,0x24,0x5b,0x58,0xf3,0x66,0x43,0x08,0x60,0x1b,0x99,0xa8,0xcd,0x0f,0x06,0x95,
  81. 0xa5,0x6a,0x8d,0x41,0x29,0xa1,0xe8,0x82,0x2a,0x74,0x74,0x3d,0x6f,0x4a,0x76,0x55,
  82. 0x91,0x43,0x57,0xed,0x01,0x9b,0x1a,0xe0,0x38,0x05,0x9e,0x35,0xab,0x60,0x4f,0x57,
  83. 0xff,0x7e,0x30,0x7e,0x61,0x38,0xf5,0x93,0xbd,0xa9,0x9c,0x9a,0xd3,0x70,0x3c,0x83,
  84. 0x53,0x33,0x87,0x13,0x80,0x77,0x00,0x52,0x5b,0x8d,0xf2,0x7e,0xc6,0x7b,0x48,0x6f,
  85. 0xae,0xfb,0x29,0x84,0xc8,0x6b,0x2f,0xe5,0x7d,0x46,0x5b,0x78,0x39,0xec,0x52,0x27,
  86. 0xc0,0xf5,0x2d,0x73,0x67,0xd0,0x75,0x84,0xe7,0xfb,0x78,0x05,0x3c,0x80,0x05,0x7f,
  87. 0x50,0x6a,0x7d,0x93,0x02,0x46,0x57,0x97,0x37,0xc2,0x96,0x90,0x34,0x9a,0xd6,0x55,
  88. 0xc9,0x38,0x15,0xf1,0xee,0x74,0xb3,0x77,0x00,0xff,0xbf,0xb8,0x11,0x53,0xd1,0x4b,
  89. 0x15,0x4f,0x96,0xb5,0xc4,0x56,0x11,0xd6,0x0e,0x97,0x9d,0x1b,0x22,0x5c,0x8b,0x74,
  90. 0xeb,0x52,0x1e,0x27,0x3a,0xf3,0x62,0x26,0x1a,0xb9,0x00,0xa6,0x77,0x44,0x5e,0x8d,
  91. 0xcf,0xc4,0xe8,0x83,0xe8,0x1f,0x00,0x6b,0x2a,0x2e,0xea,0x05,0x00,0x00,};
  92. static const unsigned int dummy_align__favicon_ico = 1;
  93. static const unsigned char data__favicon_ico[] = {
  94. /* /favicon.ico (12 chars) */
  95. 0x2f,0x66,0x61,0x76,0x69,0x63,0x6f,0x6e,0x2e,0x69,0x63,0x6f,0x00,
  96. /* HTTP header */
  97. /* "HTTP/1.1 200 OK
  98. " (17 bytes) */
  99. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  100. 0x0a,
  101. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  102. " (63 bytes) */
  103. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  104. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  105. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  106. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  107. /* "Content-Length: 1150
  108. " (22 bytes) */
  109. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  110. 0x31,0x31,0x35,0x30,0x0d,0x0a,
  111. /* "Connection: Close
  112. " (19 bytes) */
  113. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  114. 0x65,0x0d,0x0a,
  115. /* "Content-type: image/x-icon
  116. " (28 bytes) */
  117. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x69,0x6d,
  118. 0x61,0x67,0x65,0x2f,0x78,0x2d,0x69,0x63,0x6f,0x6e,0x0d,0x0a,
  119. /* "ETag: "CGxhcnjs7shgXdP"
  120. " (25 bytes) */
  121. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x43,0x47,0x78,0x68,0x63,0x6e,0x6a,0x73,0x37,
  122. 0x73,0x68,0x67,0x58,0x64,0x50,0x22,0x0d,0x0a,0x0d,0x0a,
  123. /* raw file data (1150 bytes) */
  124. 0x00,0x00,0x01,0x00,0x01,0x00,0x10,0x10,0x00,0x00,0x00,0x00,0x20,0x00,0x68,0x04,
  125. 0x00,0x00,0x16,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x20,0x00,
  126. 0x00,0x00,0x01,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x40,0x04,0x00,0x00,0x00,0x00,
  127. 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,
  128. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  129. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd2,0xd2,0xd2,0xff,0xd2,0xd2,
  130. 0xd2,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  131. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  132. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  133. 0xff,0x01,0x8d,0x8d,0x8d,0xff,0x84,0x84,0x84,0xff,0x89,0x89,0x89,0xff,0x89,0x89,
  134. 0x89,0xff,0x84,0x84,0x84,0xff,0x8d,0x8d,0x8d,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  135. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  136. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xa4,0xa4,0xa4,0xff,0x84,0x84,
  137. 0x84,0xff,0xae,0xae,0xae,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  138. 0xff,0x01,0xff,0xff,0xff,0x01,0xae,0xae,0xae,0xff,0x84,0x84,0x84,0xff,0xa4,0xa4,
  139. 0xa4,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0x81,0x81,0x81,0xff,0xff,0xff,
  140. 0xff,0x01,0xff,0xff,0xff,0x01,0xa0,0xa0,0xa0,0xff,0x9a,0x9a,0x9a,0xff,0xff,0xff,
  141. 0xff,0x01,0xc7,0xc7,0xc7,0xff,0x8f,0x8f,0x8f,0xff,0x85,0x85,0x85,0xff,0x85,0x85,
  142. 0x85,0xff,0x8f,0x8f,0x8f,0xff,0xca,0xca,0xca,0xff,0xff,0xff,0xff,0x01,0xd5,0xd5,
  143. 0xd5,0xff,0xff,0xff,0xff,0x01,0x77,0x77,0x77,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  144. 0xff,0x01,0xd5,0xd5,0xd5,0xff,0x84,0x84,0x84,0xff,0xff,0xff,0xff,0x01,0xa8,0xa8,
  145. 0xa8,0xff,0x8c,0x8c,0x8c,0xff,0xbb,0xbb,0xbb,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  146. 0xff,0x01,0xba,0xba,0xba,0xff,0xaf,0xaf,0xaf,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  147. 0xff,0x01,0x65,0x64,0x5b,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  148. 0xff,0x01,0x98,0x98,0x98,0xff,0xb0,0xb0,0xb0,0xff,0xd5,0xd5,0xd5,0xff,0x84,0x84,
  149. 0x84,0xff,0xda,0xda,0xda,0xff,0x95,0x95,0x95,0xff,0x84,0x84,0x84,0xff,0x9d,0x9d,
  150. 0x9d,0xff,0xd7,0xd7,0xd7,0xff,0xff,0xff,0xff,0x01,0x98,0x98,0x97,0xff,0x7b,0x7a,
  151. 0x73,0xff,0xdb,0xce,0x79,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  152. 0xff,0x01,0x93,0x93,0x93,0xff,0xff,0xff,0xff,0x01,0xa4,0xa4,0xa4,0xff,0xbe,0xbe,
  153. 0xbe,0xff,0xbd,0xbd,0xbd,0xff,0xd1,0xd1,0xd1,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  154. 0xff,0x01,0xb5,0xb4,0xae,0xff,0x5f,0x5f,0x5d,0xff,0x9d,0x97,0x6b,0xff,0xd2,0xc0,
  155. 0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  156. 0xff,0x01,0xf0,0xf0,0xf0,0xff,0xff,0xff,0xff,0x01,0xf1,0xf1,0xf1,0xff,0xff,0xff,
  157. 0xff,0x01,0xd5,0xd5,0xd5,0xff,0xd0,0xcf,0xce,0xff,0x85,0x85,0x85,0xff,0x60,0x60,
  158. 0x60,0xff,0x94,0x91,0x85,0xff,0xca,0xb5,0x37,0xff,0xff,0xff,0xff,0x01,0xcc,0xb9,
  159. 0x41,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0x62,0x62,
  160. 0x62,0xff,0x5e,0x5d,0x5c,0xff,0x5c,0x5c,0x5c,0xff,0x5e,0x5d,0x5c,0xff,0x61,0x61,
  161. 0x60,0xff,0x67,0x65,0x5b,0xff,0x86,0x84,0x7b,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  162. 0xff,0x01,0xff,0xff,0xff,0x01,0xca,0xb5,0x37,0xff,0xff,0xff,0xff,0x01,0xcc,0xb9,
  163. 0x41,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  164. 0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xd2,0xc0,0x55,0xff,0xff,0xff,
  165. 0xff,0x01,0xd4,0xc4,0x5e,0xff,0xd4,0xc3,0x5c,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  166. 0xff,0x01,0xd4,0xc3,0x5c,0xff,0xd4,0xc4,0x5e,0xff,0xdb,0xce,0x79,0xff,0xd2,0xc0,
  167. 0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb5,0x35,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  168. 0xff,0x01,0xd1,0xc0,0x54,0xff,0xdc,0xcf,0x7d,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,
  169. 0x33,0xff,0xff,0xff,0xff,0x01,0xd0,0xbe,0x50,0xff,0xc9,0xb4,0x33,0xff,0xc9,0xb4,
  170. 0x33,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,
  171. 0xff,0x01,0xdb,0xce,0x79,0xff,0xd2,0xc0,0x55,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  172. 0xff,0x01,0xff,0xff,0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xd9,0xca,
  173. 0x6f,0xff,0xcc,0xb9,0x41,0xff,0xe1,0xd6,0x8f,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  174. 0xff,0x01,0xe0,0xd5,0x8c,0xff,0xcc,0xb9,0x40,0xff,0xdb,0xce,0x79,0xff,0xff,0xff,
  175. 0xff,0x01,0xc9,0xb4,0x33,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  176. 0xff,0x01,0xff,0xff,0xff,0x01,0xd5,0xc5,0x62,0xff,0xd2,0xc1,0x58,0xff,0xff,0xff,
  177. 0xff,0x01,0xff,0xff,0xff,0x01,0xce,0xbb,0x46,0xff,0xc9,0xb5,0x35,0xff,0xc9,0xb5,
  178. 0x35,0xff,0xce,0xbb,0x46,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd2,0xc0,
  179. 0x55,0xff,0xd5,0xc5,0x62,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  180. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xd7,0xc8,0x69,0xff,0xc9,0xb4,
  181. 0x33,0xff,0xdb,0xce,0x79,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  182. 0xff,0x01,0xff,0xff,0xff,0x01,0xdb,0xce,0x79,0xff,0xc9,0xb4,0x33,0xff,0xd7,0xc8,
  183. 0x69,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  184. 0xff,0x0d,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  185. 0xff,0x01,0xcd,0xb9,0x42,0xff,0xc9,0xb4,0x33,0xff,0xcb,0xb7,0x3b,0xff,0xcb,0xb7,
  186. 0x3b,0xff,0xc9,0xb4,0x33,0xff,0xcd,0xb9,0x42,0xff,0xff,0xff,0xff,0x01,0xff,0xff,
  187. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  188. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  189. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xeb,0xe4,0xb5,0xff,0xeb,0xe4,
  190. 0xb5,0xff,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,
  191. 0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0xff,0xff,0xff,0x01,0x00,0x00,
  192. 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
  193. 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
  194. 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,
  195. 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,};
  196. static const unsigned int dummy_align__login_html = 2;
  197. static const unsigned char data__login_html[] = {
  198. /* /login.html (11 chars) */
  199. 0x2f,0x6c,0x6f,0x67,0x69,0x6e,0x2e,0x68,0x74,0x6d,0x6c,0x00,
  200. /* HTTP header */
  201. /* "HTTP/1.1 200 OK
  202. " (17 bytes) */
  203. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  204. 0x0a,
  205. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  206. " (63 bytes) */
  207. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  208. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  209. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  210. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  211. /* "Content-Length: 450
  212. " (21 bytes) */
  213. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  214. 0x34,0x35,0x30,0x0d,0x0a,
  215. /* "Connection: Close
  216. " (19 bytes) */
  217. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  218. 0x65,0x0d,0x0a,
  219. /* "Content-type: text/html
  220. Content-Encoding: gzip
  221. " (49 bytes) */
  222. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
  223. 0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
  224. 0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
  225. 0x0a,
  226. /* "ETag: "sMaJ6RCvm4Hd5TL"
  227. " (25 bytes) */
  228. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x73,0x4d,0x61,0x4a,0x36,0x52,0x43,0x76,0x6d,
  229. 0x34,0x48,0x64,0x35,0x54,0x4c,0x22,0x0d,0x0a,0x0d,0x0a,
  230. /* raw file data (450 bytes) */
  231. 0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x85,0x52,0x3d,0x8f,0xd4,0x30,
  232. 0x10,0xfd,0x2b,0xc6,0x35,0xb9,0xec,0x6d,0x85,0x8e,0x38,0x12,0x3a,0x0e,0x89,0x0a,
  233. 0x0a,0x90,0xa0,0xf4,0xda,0xb3,0xc9,0xe8,0x1c,0xdb,0xc4,0x93,0xdd,0x5b,0xaa,0x13,
  234. 0x05,0x15,0x12,0x88,0x96,0x82,0xbf,0x80,0xa0,0x60,0x11,0xe2,0x7e,0x83,0xf7,0x1f,
  235. 0x31,0x49,0x58,0x84,0x28,0xa0,0xf1,0xc7,0x64,0xde,0x9b,0xf7,0x5e,0x5c,0xdd,0xba,
  236. 0xff,0xe8,0xfc,0xc9,0xf3,0xc7,0x17,0xa2,0xa5,0xce,0xd5,0xd5,0xb8,0x0a,0xa7,0x7d,
  237. 0xa3,0xa4,0xe4,0x1b,0x68,0x5b,0x57,0x1d,0x90,0x16,0xa6,0xd5,0x7d,0x02,0x52,0x72,
  238. 0xa0,0x75,0x71,0x87,0xbf,0x4d,0xd5,0x96,0x28,0x16,0xf0,0x62,0xc0,0x8d,0x92,0xcf,
  239. 0x8a,0xa7,0xf7,0x8a,0xf3,0xd0,0x45,0x4d,0xb8,0x72,0x20,0x85,0x09,0x9e,0xc0,0x33,
  240. 0xe4,0xe1,0x85,0x02,0xdb,0xc0,0x11,0xe4,0x75,0x07,0x4a,0x6e,0x10,0xb6,0x31,0xf4,
  241. 0xf4,0x47,0xdf,0x16,0x2d,0xb5,0xca,0xc2,0x06,0x0d,0x14,0xd3,0xe5,0x36,0x7a,0x24,
  242. 0xd4,0xae,0x48,0x46,0x3b,0x50,0xa7,0x4c,0xe1,0xd0,0x5f,0x8a,0x1e,0x9c,0x92,0x89,
  243. 0x76,0x0e,0x52,0x0b,0xc0,0x1c,0x6d,0x0f,0x6b,0x25,0xd7,0xdb,0xa9,0x76,0x62,0x52,
  244. 0xe2,0x4e,0x42,0x72,0x50,0x57,0xe5,0x71,0x9f,0xdd,0xac,0x82,0xdd,0xb1,0xb3,0xa5,
  245. 0x98,0x5a,0x95,0x24,0xb8,0xa2,0x42,0x3b,0x6c,0xfc,0x99,0x30,0x2c,0x17,0xfa,0xbb,
  246. 0x22,0x6a,0x6b,0xd1,0x37,0x05,0x85,0x78,0x26,0x4e,0x17,0x8b,0x78,0x25,0xeb,0xfc,
  247. 0x2e,0x7f,0x3e,0xbc,0xca,0x37,0x87,0xeb,0xbc,0xcf,0x5f,0xf3,0xa7,0xc3,0xeb,0xbc,
  248. 0x3f,0xbc,0xad,0xca,0x76,0x59,0x57,0xeb,0xd0,0x77,0xc2,0x38,0x9d,0x12,0xe7,0x13,
  249. 0x5d,0xd0,0xb6,0x18,0x4b,0x52,0x68,0x43,0x18,0xbc,0x92,0xa5,0x69,0xc1,0x5c,0xba,
  250. 0xd0,0xa0,0x3f,0x31,0x0d,0x4a,0xc1,0xe9,0xb5,0xc1,0x2a,0x19,0x43,0x22,0x96,0x8a,
  251. 0x3e,0x0e,0x24,0x90,0x0b,0x33,0xfc,0x01,0x8e,0x01,0xd2,0x2e,0x72,0x50,0xa3,0x40,
  252. 0x29,0xa2,0xd3,0x06,0xda,0xe0,0x2c,0xf4,0x4a,0xe6,0x0f,0xf9,0x26,0x7f,0x61,0x1d,
  253. 0x3f,0x38,0xbd,0x79,0xec,0xc4,0x2d,0x45,0xc2,0x97,0x0c,0x59,0x2e,0xa4,0x98,0x53,
  254. 0x1e,0x12,0xf4,0xe3,0x49,0xd6,0xe2,0x9f,0x43,0x22,0x6b,0xdf,0x86,0xde,0xfe,0x3d,
  255. 0xe8,0x23,0x1b,0xbd,0xe6,0x61,0xdf,0x0f,0x6f,0xfe,0x37,0xea,0x37,0x45,0x5d,0x0d,
  256. 0xfc,0x92,0x66,0x4b,0xbf,0xd4,0xad,0xc8,0x1f,0xed,0xa4,0x61,0xd5,0x21,0x1b,0xda,
  257. 0x68,0x37,0xb0,0xd4,0xfc,0x9e,0xd9,0xbf,0x71,0xb0,0x7b,0x8e,0xa1,0x1c,0x81,0xe5,
  258. 0x18,0x1d,0x6f,0xf3,0x8f,0x2a,0xa7,0x77,0xf9,0x13,0x7e,0xda,0x07,0x75,0xa7,0x02,
  259. 0x00,0x00,};
  260. static const unsigned int dummy_align__index_html = 3;
  261. static const unsigned char data__index_html[] = {
  262. /* /index.html (11 chars) */
  263. 0x2f,0x69,0x6e,0x64,0x65,0x78,0x2e,0x68,0x74,0x6d,0x6c,0x00,
  264. /* HTTP header */
  265. /* "HTTP/1.1 200 OK
  266. " (17 bytes) */
  267. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  268. 0x0a,
  269. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  270. " (63 bytes) */
  271. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  272. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  273. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  274. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  275. /* "Content-Length: 930
  276. " (21 bytes) */
  277. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  278. 0x39,0x33,0x30,0x0d,0x0a,
  279. /* "Connection: Close
  280. " (19 bytes) */
  281. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  282. 0x65,0x0d,0x0a,
  283. /* "Content-type: text/html
  284. Content-Encoding: gzip
  285. " (49 bytes) */
  286. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
  287. 0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
  288. 0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
  289. 0x0a,
  290. /* "ETag: "fqW3WLVKg19QWiK"
  291. " (25 bytes) */
  292. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x66,0x71,0x57,0x33,0x57,0x4c,0x56,0x4b,0x67,
  293. 0x31,0x39,0x51,0x57,0x69,0x4b,0x22,0x0d,0x0a,0x0d,0x0a,
  294. /* raw file data (930 bytes) */
  295. 0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x8d,0x55,0x4d,0x6f,0xdc,0x36,
  296. 0x10,0xfd,0x2b,0x2c,0x4f,0x6d,0x61,0x59,0xcd,0x21,0x40,0xd1,0x4a,0x02,0xda,0x34,
  297. 0x05,0x72,0x4a,0x0f,0x4d,0xd1,0x1c,0x29,0x89,0x5e,0x31,0x91,0x28,0x55,0xa2,0xd6,
  298. 0xf1,0xcd,0x1f,0x2d,0x5a,0x20,0x46,0x03,0x04,0x05,0x0a,0x14,0x68,0x80,0xa2,0xfd,
  299. 0x01,0x9b,0xad,0x1d,0xaf,0xed,0xf5,0xe6,0x2f,0x90,0xff,0xa8,0x8f,0xa4,0xb4,0xb6,
  300. 0x37,0x39,0xf4,0xb0,0x02,0xc9,0xe1,0xcc,0x3c,0xbe,0x79,0x33,0x1b,0x7d,0xf0,0xd5,
  301. 0xc3,0x7b,0xdf,0x3e,0xfe,0xe6,0x3e,0x29,0x54,0x55,0x26,0x91,0xfd,0x92,0x92,0xc9,
  302. 0x49,0x4c,0x29,0x76,0x9c,0xe5,0x49,0x54,0x71,0xc5,0x48,0x56,0xb0,0xb6,0xe3,0x2a,
  303. 0xa6,0xbd,0xda,0x09,0x3e,0x85,0xcd,0x9d,0x16,0x4a,0x35,0x01,0xff,0xa1,0x17,0xd3,
  304. 0x98,0x7e,0x1f,0x3c,0xfa,0x22,0xb8,0x57,0x57,0x0d,0x53,0x22,0x2d,0x39,0x25,0x59,
  305. 0x2d,0x15,0x97,0x70,0x79,0x70,0x3f,0xe6,0xf9,0x84,0x8f,0x4e,0x92,0x55,0x3c,0xa6,
  306. 0x53,0xc1,0x77,0x9b,0xba,0x55,0x37,0xee,0xed,0x8a,0x5c,0x15,0x71,0xce,0xa7,0x22,
  307. 0xe3,0x81,0xdb,0x6c,0x09,0x29,0x94,0x60,0x65,0xd0,0x65,0xac,0xe4,0xf1,0x9d,0xad,
  308. 0x8a,0x3d,0x13,0x55,0x5f,0xad,0xf7,0x7d,0xc7,0x5b,0xb7,0x61,0x48,0x19,0x7f,0x82,
  309. 0x14,0xa5,0x90,0x4f,0x49,0xcb,0xcb,0x98,0x76,0x6a,0xaf,0xe4,0x5d,0xc1,0x39,0x72,
  310. 0x14,0x2d,0xdf,0x01,0xf6,0xa6,0xac,0x59,0xbe,0x9d,0x75,0x1d,0x2e,0x2a,0xa1,0x4a,
  311. 0x9e,0xe8,0x57,0xfa,0xb5,0xbe,0xd2,0x2b,0x3d,0xd7,0x97,0xfa,0x14,0xab,0x85,0x3e,
  312. 0x25,0xfa,0xad,0xd9,0xd7,0x2b,0xf3,0x0b,0x36,0x73,0x7d,0xa1,0x17,0x51,0xe8,0x2f,
  313. 0x47,0xa1,0x67,0x24,0xad,0xf3,0xbd,0x24,0x92,0x6c,0x4a,0xb2,0x92,0x75,0x5d,0x4c,
  314. 0xb1,0x4c,0x59,0x8b,0xa0,0x21,0x56,0x49,0x94,0x8b,0x29,0x11,0x79,0x4c,0xb3,0xba,
  315. 0x97,0x2a,0xd8,0x6d,0x59,0x03,0xd3,0xad,0xc3,0xbc,0xde,0x95,0x38,0x6b,0x12,0xfd,
  316. 0x07,0x72,0x5f,0x99,0x43,0x9b,0x10,0x08,0x80,0xc1,0xec,0x13,0xfd,0xda,0x1c,0xe9,
  317. 0x13,0x2c,0x0f,0x01,0xc5,0x9e,0x00,0xd9,0x99,0x9e,0xe9,0x7f,0xcd,0x3e,0x0c,0x6f,
  318. 0x2c,0x4e,0x62,0x7e,0x1e,0x0d,0x24,0xea,0x1a,0x26,0x6f,0x24,0x94,0x7d,0x95,0x72,
  319. 0xa0,0xb9,0x1b,0x85,0xd6,0x92,0x10,0x73,0x00,0x97,0x0b,0xb8,0x5e,0xe9,0x93,0xed,
  320. 0x28,0x6c,0x80,0x13,0x68,0xc6,0xaf,0x05,0x36,0xbc,0xc3,0x42,0x6d,0xac,0x6b,0x54,
  321. 0xdc,0xf9,0xbf,0xd4,0xe0,0x66,0xb4,0x53,0xb7,0x15,0x61,0x99,0x12,0xb5,0x8c,0x69,
  322. 0x38,0xd2,0x3c,0x11,0x94,0x40,0x26,0x45,0x0d,0x2a,0x9a,0xba,0x43,0x19,0xb8,0xcc,
  323. 0xd4,0x5e,0x83,0xea,0x57,0x7d,0xa9,0x44,0xc3,0x5a,0x15,0x5a,0xd7,0x20,0x67,0x8a,
  324. 0x51,0x52,0xcb,0xae,0x4f,0x2b,0x01,0xc5,0xb4,0x5c,0xf5,0xad,0x24,0xdf,0xb1,0x52,
  325. 0xc0,0xc4,0x3f,0x54,0x85,0xe8,0x3e,0xfa,0x7c,0x20,0x71,0xc0,0xea,0xb3,0x04,0xd6,
  326. 0xff,0xb6,0x61,0xd2,0x8b,0xdc,0x8a,0x0d,0xe4,0xfe,0xa6,0x2f,0xcd,0x0b,0x02,0x66,
  327. 0x37,0x6a,0x6c,0x0f,0x37,0x6a,0x4c,0x40,0xce,0xa9,0xbd,0x69,0x7e,0xc2,0xf7,0x04,
  328. 0xa5,0x5f,0xea,0xd5,0x67,0x8e,0xac,0x1a,0x8d,0x51,0x8a,0x44,0xff,0x05,0x2d,0xac,
  329. 0x50,0x90,0x85,0x2b,0xd6,0x5c,0xcf,0x50,0xb6,0x63,0xeb,0x37,0x23,0xce,0xb2,0x44,
  330. 0xcc,0x63,0xf3,0xab,0x39,0xf4,0x45,0x5c,0xa0,0x9a,0x0b,0x02,0x05,0x21,0x30,0xb4,
  331. 0x64,0xa5,0x75,0x6e,0x6f,0xaf,0x50,0x8e,0x85,0xbd,0x04,0x70,0xc7,0x5b,0xc4,0xfc,
  332. 0x88,0xca,0x9e,0xeb,0xcb,0x77,0x11,0x99,0x03,0x82,0x4c,0x33,0x73,0x60,0x95,0xe8,
  333. 0x44,0xe0,0xe4,0xa9,0x97,0xe4,0xe3,0xed,0x54,0xc8,0x28,0x04,0x28,0x07,0xec,0x6f,
  334. 0xa4,0x9f,0x59,0x85,0x78,0x40,0x6f,0xcd,0x91,0x5f,0x5c,0xac,0x83,0x9b,0xa3,0x77,
  335. 0xc2,0x5f,0xbb,0xff,0x09,0xe7,0x37,0xa3,0xf3,0x85,0x45,0x88,0x47,0x42,0x2e,0x84,
  336. 0xea,0xdf,0xd7,0xaa,0x3b,0xb3,0x98,0xcd,0x31,0xf5,0x6e,0xa1,0xe5,0xe4,0x9a,0xe0,
  337. 0x39,0x5c,0xce,0xf4,0xdc,0xa1,0x3d,0xb4,0x74,0xcc,0x41,0x3a,0x9e,0xe9,0x1b,0xcb,
  338. 0x7e,0xf1,0xf2,0x85,0xd5,0xb9,0xa5,0x06,0x2f,0x3e,0xd5,0xe7,0x78,0x9d,0x63,0x6d,
  339. 0x43,0xfc,0xd6,0x1b,0x8c,0x02,0xd0,0xd2,0xb3,0x04,0x14,0xaf,0xe0,0xb7,0x84,0x0f,
  340. 0x9e,0x3f,0x60,0x58,0x4b,0xf8,0x86,0x78,0x07,0x41,0x5c,0x6b,0x58,0xc8,0xa6,0x57,
  341. 0xae,0x2f,0xbc,0xe9,0x6b,0x61,0xc7,0x52,0x53,0xb2,0x8c,0x17,0x75,0x99,0xf3,0x36,
  342. 0xa6,0xfa,0x1f,0xa4,0x02,0xf9,0x94,0xe4,0xa2,0xb3,0x33,0x04,0x52,0x1d,0x57,0x98,
  343. 0x4c,0xbe,0xbb,0x77,0xe0,0x17,0xd8,0xa9,0x75,0x5b,0x67,0xf6,0xf8,0x91,0x9b,0x28,
  344. 0x24,0x55,0xd2,0xfe,0x82,0xa6,0x15,0x15,0x6b,0xf7,0x70,0xcf,0x35,0x9e,0x7e,0x69,
  345. 0x9e,0x43,0x7a,0x2b,0xb3,0x3f,0x76,0x62,0xb4,0x89,0xe9,0x4b,0x25,0x29,0xf1,0x3d,
  346. 0x61,0xe3,0xad,0x73,0x7a,0xc4,0x94,0xf8,0x61,0x69,0xfb,0xc3,0x99,0xc7,0x9e,0xbd,
  347. 0xd9,0xbf,0x3e,0xe4,0x80,0x75,0x13,0xc9,0x10,0xdb,0x37,0x16,0x25,0x53,0x56,0xf6,
  348. 0x68,0xbf,0xf7,0xd4,0x35,0x21,0x03,0xb6,0x8d,0x40,0x39,0xfe,0x0c,0x30,0x11,0x86,
  349. 0x38,0x69,0xaf,0x54,0x0d,0xc4,0x63,0x9c,0xcd,0xca,0x38,0xb6,0x27,0x75,0xca,0xb2,
  350. 0xa7,0x20,0xc1,0x35,0x37,0xb8,0xc8,0x5a,0xd1,0xa8,0x21,0x82,0xe2,0xcf,0x54,0xf8,
  351. 0x84,0x4d,0x99,0x3f,0xa5,0xa4,0x6b,0xb3,0xf5,0x64,0x7e,0x62,0x07,0x73,0xe8,0x2d,
  352. 0xeb,0xa7,0xfa,0x69,0x1b,0xba,0x3f,0xa8,0xff,0x00,0x77,0x6d,0xe4,0xa2,0xb0,0x06,
  353. 0x00,0x00,};
  354. static const unsigned int dummy_align__upload_css = 4;
  355. static const unsigned char data__upload_css[] = {
  356. /* /upload.css (11 chars) */
  357. 0x2f,0x75,0x70,0x6c,0x6f,0x61,0x64,0x2e,0x63,0x73,0x73,0x00,
  358. /* HTTP header */
  359. /* "HTTP/1.1 200 OK
  360. " (17 bytes) */
  361. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  362. 0x0a,
  363. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  364. " (63 bytes) */
  365. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  366. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  367. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  368. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  369. /* "Content-Length: 2130
  370. " (22 bytes) */
  371. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  372. 0x32,0x31,0x33,0x30,0x0d,0x0a,
  373. /* "Connection: Close
  374. " (19 bytes) */
  375. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  376. 0x65,0x0d,0x0a,
  377. /* "Content-type: text/css
  378. Content-Encoding: gzip
  379. " (48 bytes) */
  380. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
  381. 0x78,0x74,0x2f,0x63,0x73,0x73,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,
  382. 0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,0x0a,
  383. /* "ETag: "bokqlPKHuWRda6T"
  384. " (25 bytes) */
  385. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x62,0x6f,0x6b,0x71,0x6c,0x50,0x4b,0x48,0x75,
  386. 0x57,0x52,0x64,0x61,0x36,0x54,0x22,0x0d,0x0a,0x0d,0x0a,
  387. /* raw file data (2130 bytes) */
  388. 0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0xc5,0x58,0x5b,0x6f,0xe3,0xba,
  389. 0x11,0xfe,0x2b,0x2a,0x82,0x05,0x36,0x0b,0x49,0x2b,0xdb,0x71,0x9c,0x48,0xe8,0x41,
  390. 0xfb,0x58,0xa0,0x7d,0xeb,0x79,0x0a,0xf2,0x40,0x49,0x94,0xc4,0x46,0x22,0x05,0x91,
  391. 0x72,0x9c,0x55,0xf5,0xdf,0x3b,0xbc,0x8a,0xb6,0xe5,0xa4,0x40,0x0f,0x50,0x2c,0x36,
  392. 0x90,0x87,0xb7,0x6f,0x2e,0xdf,0xcc,0x90,0x3f,0x7f,0xfc,0x29,0xa0,0x6c,0xe8,0x50,
  393. 0x4b,0x7e,0xe1,0xb8,0xe0,0x3c,0x38,0xee,0xe2,0x24,0xde,0x06,0xff,0x0e,0xfe,0xf1,
  394. 0xb7,0x7f,0x06,0x7f,0x27,0x05,0xa6,0x1c,0xc3,0xaf,0x9a,0x88,0x98,0xb0,0x9f,0x6e,
  395. 0x6e,0xf0,0xe3,0x27,0xe9,0xea,0xb0,0xc5,0x35,0xa6,0xe5,0x94,0xb3,0xa1,0xc4,0x43,
  396. 0x9a,0xcc,0xfa,0x77,0x28,0xca,0x50,0x34,0x53,0x8f,0xca,0x92,0xd0,0x1a,0xc4,0x8d,
  397. 0xe8,0xda,0xa9,0x62,0x54,0x44,0x15,0xea,0x48,0xfb,0x91,0x72,0x44,0x79,0xc4,0xf1,
  398. 0x40,0xaa,0x2c,0x7a,0xc7,0xf9,0x1b,0x11,0x91,0xc0,0x27,0x11,0x71,0x80,0x11,0xa1,
  399. 0xf2,0x5f,0x23,0x17,0xe9,0x26,0x49,0xbe,0x65,0x51,0xc7,0xd7,0x47,0xe6,0x9c,0x95,
  400. 0x1f,0x53,0x87,0x86,0x9a,0x50,0x38,0x01,0x0d,0x82,0x14,0x2d,0x0e,0x11,0x27,0x25,
  401. 0x0e,0x4b,0x2c,0x10,0x69,0x79,0x58,0x91,0xba,0x40,0xbd,0x20,0x8c,0xca,0xcf,0x71,
  402. 0xc0,0x61,0xc5,0x98,0xc0,0x43,0xd8,0x60,0x04,0x80,0xc3,0xa6,0x1e,0xd8,0xd8,0x87,
  403. 0x1d,0x22,0x34,0xec,0x30,0x1d,0x43,0x8a,0x8e,0x21,0xc7,0x85,0x5a,0xc1,0xc7,0x0e,
  404. 0xb6,0xff,0x98,0x4a,0xc2,0xfb,0x16,0x7d,0xa4,0x79,0xcb,0x8a,0xb7,0x19,0x8d,0x25,
  405. 0x61,0x61,0x81,0xe8,0x11,0xf1,0xb0,0x1f,0x58,0x3d,0x60,0xce,0xc3,0x23,0x9c,0xca,
  406. 0xdc,0x4c,0x42,0x5b,0x42,0x71,0xa4,0x16,0x64,0x47,0x2c,0xa1,0xa1,0x36,0x02,0x1b,
  407. 0xd7,0x34,0xcd,0x11,0xc7,0x72,0x54,0x6f,0x94,0x52,0x26,0xbe,0xbf,0x14,0x60,0x99,
  408. 0x81,0xb5,0xfc,0xf5,0xde,0x6d,0x41,0x19,0xc5,0x59,0x83,0x49,0xdd,0x08,0xd0,0xee,
  409. 0xa5,0x21,0x65,0x89,0xe9,0x6b,0x28,0x70,0x07,0x58,0x04,0x3e,0x9b,0x37,0xa3,0x29,
  410. 0x47,0xc5,0x9b,0xd4,0x85,0x96,0x51,0xc1,0x5a,0x36,0xa4,0x62,0x00,0x0b,0xf7,0x68,
  411. 0xc0,0x54,0xcc,0x28,0x45,0xa0,0xd1,0x11,0x8c,0x93,0x36,0x0c,0xe0,0x4c,0x6c,0x14,
  412. 0x12,0x82,0x34,0x5b,0x9e,0x0f,0x2f,0x82,0x88,0x16,0xbf,0x1a,0x27,0x46,0x39,0x13,
  413. 0x82,0x75,0xe9,0xa6,0x3f,0x05,0x25,0x7c,0xe2,0x72,0xce,0x43,0xd6,0x0b,0x6d,0x29,
  414. 0x0e,0x38,0x69,0xad,0x5d,0xf9,0xae,0xd1,0x1d,0x92,0x64,0x2e,0x2b,0xaa,0x65,0x5c,
  415. 0x7c,0xb4,0x38,0x25,0x02,0x74,0x2d,0xe6,0x66,0x63,0xfd,0x13,0x3f,0x1e,0x70,0x17,
  416. 0x24,0x99,0x0a,0x01,0xe9,0xe3,0x74,0x8b,0xbb,0x19,0xac,0xfb,0x36,0x69,0xb8,0x77,
  417. 0x49,0x92,0x64,0x8b,0x12,0xe9,0x5d,0x55,0x25,0x33,0x87,0xb0,0x34,0x61,0xa3,0xd6,
  418. 0x3c,0x25,0xdf,0x66,0x3e,0xe6,0x21,0x1f,0xfb,0xa9,0x67,0x9c,0x48,0x2f,0xa5,0x03,
  419. 0x06,0x7b,0x80,0x72,0xde,0xde,0x87,0xfd,0xb7,0x4c,0x39,0xc0,0xda,0xef,0xa6,0x0f,
  420. 0xe4,0x4e,0x82,0xf5,0x69,0x14,0xef,0x01,0x0f,0xec,0x0d,0x46,0x50,0xda,0x47,0xf1,
  421. 0x56,0x49,0x8e,0xb5,0xf2,0x50,0x3a,0x40,0xd8,0xdc,0x4f,0xd2,0x78,0x55,0xcb,0xde,
  422. 0x53,0xed,0x8e,0x59,0xc7,0x94,0x55,0x72,0x03,0x2a,0x3e,0x24,0xfd,0x69,0x6e,0x86,
  423. 0xc9,0x9d,0x6c,0xa3,0x3b,0x67,0x27,0x19,0xdc,0x92,0x0e,0xd2,0xdb,0xe0,0x16,0x30,
  424. 0xf4,0x09,0xc2,0x9b,0xfd,0x92,0x1f,0x6b,0x63,0xeb,0xe2,0xb9,0x87,0x28,0x96,0x5c,
  425. 0x01,0xdf,0xa2,0x05,0x11,0x1a,0x05,0x9b,0x0b,0x06,0xb1,0xff,0x96,0x97,0x10,0x97,
  426. 0x38,0xe4,0xa8,0xeb,0xb5,0x53,0x0c,0xe7,0x3a,0x46,0x19,0x84,0x44,0x81,0x43,0xf7,
  427. 0xe5,0x19,0x0d,0xd0,0xcf,0xf9,0x08,0xca,0xd3,0x90,0xd0,0x7e,0x14,0x9e,0xcf,0x71,
  428. 0x0b,0x8c,0x58,0xce,0xb4,0x9c,0x53,0x8b,0x53,0x42,0x1b,0xa0,0xb1,0xc8,0xb4,0x1f,
  429. 0xcd,0x2f,0xb3,0xd3,0x02,0xef,0x48,0x38,0xc9,0x5b,0x6c,0x4f,0x00,0x0a,0xc0,0x96,
  430. 0x93,0xa2,0xbc,0x8a,0xd4,0x0a,0x72,0x10,0x58,0x1a,0x68,0x61,0x30,0xc8,0x8c,0x11,
  431. 0x28,0x20,0x2f,0xe2,0xa3,0xc7,0x7f,0xd6,0xe2,0x57,0x8d,0x4d,0x8b,0x80,0x78,0x58,
  432. 0x9c,0x49,0xc0,0x81,0x1d,0x11,0xaf,0x93,0x35,0x3a,0xea,0x7b,0x8c,0x80,0x08,0x05,
  433. 0x4e,0xf5,0xfa,0xac,0x18,0x07,0x0e,0xec,0xe8,0x19,0x01,0x1f,0x0c,0xe6,0xb0,0x17,
  434. 0x60,0x38,0x02,0x74,0xe5,0x6b,0xe8,0x1d,0xeb,0x84,0x93,0x59,0x54,0xe2,0x0a,0x8d,
  435. 0xad,0x30,0x8b,0xd2,0x54,0xf9,0xae,0x62,0xc5,0xc8,0x23,0x42,0x29,0x64,0x13,0x05,
  436. 0xf7,0x5a,0xbe,0xe4,0xc1,0xcc,0xe5,0x49,0x35,0x75,0xf2,0x83,0x54,0x67,0xd6,0xd9,
  437. 0x53,0xb9,0x68,0x70,0xf1,0x06,0x41,0x70,0xa6,0xe2,0x80,0x20,0xfd,0x2c,0x1a,0x7a,
  438. 0x31,0xa2,0xf7,0x5e,0x8d,0x2a,0x6f,0x68,0x7d,0xc1,0x92,0xa9,0xbd,0xf3,0xe9,0xd8,
  439. 0xe5,0x78,0x78,0x05,0x85,0x4c,0x86,0x56,0x5a,0x46,0xbc,0x27,0x34,0xf2,0x23,0x45,
  440. 0x7b,0xe3,0x6a,0x36,0x24,0x19,0x3c,0xf8,0xb3,0x2d,0x29,0x54,0xa8,0x7a,0xe7,0x70,
  441. 0xf0,0x51,0xd1,0xac,0xea,0xf4,0xbf,0x51,0xc5,0x95,0x16,0x2f,0x0e,0x64,0xc8,0x55,
  442. 0x04,0xb7,0xa5,0x6f,0x69,0x83,0x60,0xd1,0x54,0x0b,0x22,0xc8,0xf2,0x05,0x6e,0x57,
  443. 0x94,0xbd,0xb5,0xa0,0xc4,0x05,0x1b,0x20,0x1d,0x31,0xba,0x16,0x83,0x2a,0xbe,0xd5,
  444. 0xe1,0x10,0xb8,0x2e,0x2a,0xe2,0x1d,0x64,0x9a,0x20,0x7e,0x94,0x09,0x27,0x88,0x0f,
  445. 0xf0,0x37,0xb3,0x0c,0x0b,0xb6,0xfd,0xc9,0xc6,0x8c,0xcc,0xc7,0x9c,0xb5,0xa4,0x0c,
  446. 0x38,0x69,0x21,0x0f,0xcd,0x42,0x86,0xac,0x4d,0xda,0x92,0xd7,0xaa,0xd4,0x9a,0xe9,
  447. 0xb2,0x0a,0xb4,0xa8,0xe7,0x38,0xe5,0x18,0xaa,0x00,0x54,0x8c,0xf9,0x87,0xcd,0x53,
  448. 0x49,0xb6,0xb8,0x5b,0x15,0xe6,0x25,0xef,0x9a,0xe2,0x71,0x87,0x9f,0x70,0x5e,0x6d,
  449. 0xb2,0x0e,0x3c,0x6d,0x32,0xd9,0x61,0x2b,0x33,0x9b,0xaa,0xb9,0x26,0x63,0xef,0x76,
  450. 0xbb,0x39,0x86,0x7a,0x99,0xa3,0x61,0x25,0x1b,0x7b,0x4b,0xa1,0x8e,0x83,0x1a,0x5a,
  451. 0x27,0x5b,0x5d,0xd4,0x6e,0xf1,0xfb,0x20,0x3d,0x33,0x4c,0xef,0xa4,0x14,0x4d,0xfa,
  452. 0xfc,0xb8,0xcc,0x4b,0x93,0x40,0x85,0x49,0x5c,0x8f,0x50,0x59,0x5d,0xb5,0xd3,0x15,
  453. 0xd5,0xc1,0x0f,0x76,0x12,0x94,0x9e,0xf3,0xdb,0xd8,0x02,0x9f,0x38,0xb4,0x10,0xaa,
  454. 0x04,0x29,0x5b,0xeb,0x91,0x00,0xaa,0x85,0xe9,0x44,0x36,0x30,0x3f,0x80,0x76,0x64,
  455. 0x73,0x96,0x18,0xff,0x3a,0x10,0xd4,0x42,0xbe,0x74,0x2d,0xc9,0x45,0x5e,0x1a,0x25,
  456. 0xc8,0x02,0xea,0xb6,0x4e,0x97,0xa6,0xee,0x3d,0x40,0xc5,0x32,0xa6,0x38,0x3c,0x1c,
  457. 0xf6,0x4f,0xcf,0xd6,0x6d,0xa6,0xd8,0xcd,0xf1,0xd8,0xb7,0x0c,0x95,0x91,0xcc,0x6d,
  458. 0x67,0xe7,0x79,0x27,0x5d,0x9b,0xbe,0xaa,0x2a,0xe7,0x1f,0xa9,0x9e,0xdd,0x55,0x5a,
  459. 0x4c,0xd9,0x04,0x3c,0x0c,0xe5,0xa2,0x41,0x25,0xd4,0xa1,0x24,0x90,0x61,0xb1,0x87,
  460. 0xff,0x43,0x9d,0xa3,0xef,0x49,0x28,0xff,0xc5,0x9b,0xfd,0x7d,0x76,0x55,0x1f,0xe7,
  461. 0xb8,0x22,0x2d,0xfe,0x5d,0x41,0x5a,0xf1,0xd7,0x65,0x69,0xf3,0x66,0xeb,0x34,0x6c,
  462. 0xb4,0x59,0x96,0xa2,0x1c,0xc2,0x11,0x38,0x9e,0xc9,0x02,0x9a,0x64,0x83,0x6e,0x55,
  463. 0x2c,0x5c,0x2f,0xc8,0xb4,0xd5,0x74,0xd5,0x97,0x0a,0x9d,0xe7,0xe0,0x8c,0xc9,0xd0,
  464. 0x15,0x1f,0xd0,0x8c,0xfc,0x1f,0x52,0xff,0x75,0xb6,0xfe,0xe3,0xb2,0xb8,0x32,0x61,
  465. 0x44,0x51,0x87,0x6d,0xe6,0x53,0xfe,0x5c,0x7a,0xa0,0x8d,0xa4,0xb7,0x5f,0x03,0x36,
  466. 0xf1,0x7e,0xf1,0x3d,0x38,0x55,0x86,0xeb,0x35,0xff,0xef,0x76,0xbb,0x03,0xca,0x0f,
  467. 0x96,0xe9,0xb2,0x22,0x8c,0x1c,0x3c,0x70,0xd6,0xa7,0x66,0xd0,0xa7,0x20,0x91,0xb6,
  468. 0xb8,0x12,0x3a,0xd3,0xc5,0x2d,0x83,0x4e,0xf9,0x8f,0x40,0xa2,0x5a,0x53,0x53,0x52,
  469. 0xdc,0xe1,0x17,0xf4,0x86,0x90,0xcc,0x34,0xab,0xb7,0x4f,0xa0,0x84,0xe3,0x82,0x65,
  470. 0xfc,0x39,0x21,0x15,0x8f,0xd5,0x1f,0xb3,0x48,0xb6,0xfe,0x73,0x9c,0x0b,0xea,0x98,
  471. 0x7f,0xd6,0x52,0xdb,0xd5,0xf1,0x5e,0xf6,0x5c,0xca,0x8c,0xe7,0xe7,0xfb,0x9d,0x66,
  472. 0xfc,0x0c,0x19,0x55,0x19,0xdd,0x23,0xee,0x85,0xd5,0x61,0x86,0xe2,0xbc,0x6e,0xd1,
  473. 0xe1,0xce,0x03,0xa5,0x2b,0x7b,0x6f,0x88,0xc0,0x50,0xc0,0xa0,0x63,0x82,0xd6,0x44,
  474. 0x22,0xbf,0xec,0x23,0x3b,0xe8,0xca,0x5b,0x7c,0x19,0xd0,0xea,0xca,0xc2,0xc6,0xa2,
  475. 0x89,0x64,0xdb,0x0d,0x2d,0x6a,0x87,0x28,0xe9,0x47,0xd9,0xa6,0x32,0x0a,0x6c,0xb9,
  476. 0x35,0x62,0xcb,0xec,0x08,0xf7,0x22,0xb8,0x1b,0xc9,0x0e,0x49,0xb5,0x44,0xba,0x49,
  477. 0x5c,0x91,0xf2,0xe8,0x4a,0x78,0x25,0xf0,0x12,0x0c,0xe9,0x50,0x2d,0x35,0x81,0x8b,
  478. 0x85,0xe9,0x43,0x96,0x9a,0xe2,0x5d,0x17,0x2e,0xe3,0x4a,0xf9,0x21,0xb6,0xdd,0x50,
  479. 0x28,0xbd,0xe2,0x35,0x4c,0xb6,0x9c,0x2d,0xa2,0x40,0xf9,0xcd,0x74,0x58,0x11,0x3e,
  480. 0x82,0x31,0xb9,0x3e,0xd5,0x10,0x1f,0xae,0x3c,0x70,0x17,0x82,0x36,0x1a,0x97,0xae,
  481. 0x42,0x7b,0x39,0xcd,0x00,0x74,0x39,0x4e,0xfd,0xb6,0x49,0x22,0x7e,0xdc,0x6b,0x3c,
  482. 0xfa,0x46,0x13,0xab,0xf6,0x4b,0x61,0x8a,0xb5,0x24,0xf5,0x24,0xcb,0xa7,0xb9,0x00,
  483. 0x79,0xd3,0x8d,0xc4,0x9b,0xae,0x3f,0xdd,0xdd,0x48,0x34,0x84,0x9a,0x0b,0x50,0x66,
  484. 0xef,0x4b,0x32,0xd1,0xca,0xb2,0x14,0x58,0x57,0xe9,0xee,0x6f,0x80,0xca,0xab,0x2b,
  485. 0xa7,0x9d,0x19,0xb1,0xaa,0x82,0x1a,0x9f,0x46,0xc0,0x70,0x8d,0xd7,0xc3,0xe2,0x7d,
  486. 0xea,0xeb,0xd8,0x52,0x50,0x75,0x14,0x2e,0x5d,0x84,0xb2,0x9b,0xda,0x20,0xea,0x07,
  487. 0xf0,0x1f,0xdc,0x46,0xcd,0x64,0x59,0x26,0x3c,0xdf,0xba,0x2d,0xfc,0xcc,0x60,0x85,
  488. 0xa5,0x14,0x9e,0xed,0x62,0x8c,0xa5,0x0c,0x67,0x77,0xf6,0x8c,0x63,0x45,0xf6,0xde,
  489. 0x28,0x3d,0xea,0x64,0x0b,0x7c,0x27,0x52,0x6a,0x84,0x31,0xeb,0x31,0xfd,0x2d,0x2e,
  490. 0x07,0xd6,0x43,0x6d,0xa2,0x91,0x60,0x75,0xdd,0x62,0x7f,0xed,0xe7,0xe0,0xb7,0xf8,
  491. 0x11,0xa3,0xbd,0x0d,0x3f,0x03,0x7e,0x5b,0xec,0x9f,0x9e,0x1e,0xbe,0x04,0xef,0x90,
  492. 0x7e,0x8d,0xc1,0xb3,0xda,0xc2,0x88,0xf3,0x03,0xce,0x82,0xdd,0x6a,0xe9,0x28,0xb0,
  493. 0x6a,0x3c,0xbb,0x64,0xc5,0x8a,0x6e,0xa1,0x03,0xe9,0x99,0x73,0x19,0xbc,0xb6,0xeb,
  494. 0x32,0x66,0x0c,0xec,0xad,0x5b,0xf8,0x76,0xe6,0xc4,0x45,0xbc,0x86,0xd2,0x1b,0xbd,
  495. 0x3e,0x6d,0x19,0x5c,0xc3,0xe9,0x8d,0x7e,0xba,0x54,0x23,0xbd,0x91,0x15,0xac,0x29,
  496. 0xe1,0x31,0x06,0x3a,0x70,0x20,0xc8,0xb2,0xab,0xca,0x1a,0x76,0xdc,0x62,0xff,0x6a,
  497. 0x9a,0x46,0xf2,0xc5,0x2c,0xab,0xcd,0x57,0xd3,0xfe,0xbb,0xcd,0x34,0x63,0xbd,0x18,
  498. 0xb2,0x24,0x3b,0xab,0xc9,0x2b,0xc1,0x5b,0x22,0x5a,0x43,0xab,0x6b,0x46,0xd6,0xe9,
  499. 0x5b,0x3e,0xef,0x77,0x0f,0xc0,0x6b,0xf5,0x9a,0x66,0x7b,0xf1,0xf2,0x61,0x57,0xed,
  500. 0x90,0x0e,0x50,0xbd,0x89,0x35,0x8f,0xa2,0x96,0x11,0x79,0x4e,0xd1,0x12,0xab,0xb6,
  501. 0x37,0xc9,0x4b,0x76,0x91,0x99,0xf4,0x25,0x73,0xf5,0xbc,0xcf,0x61,0x17,0xcf,0xbb,
  502. 0x64,0x5b,0x5c,0xc0,0x46,0xc5,0xf6,0x79,0xab,0x93,0xb5,0x39,0x6c,0x05,0xb6,0x03,
  503. 0x79,0x9b,0xb6,0x06,0x80,0x67,0xf1,0x4b,0xd6,0xea,0x19,0x8e,0x2c,0x9a,0x0f,0x17,
  504. 0xc2,0x95,0xb3,0xdd,0x02,0x9f,0xb2,0x17,0xcb,0x1c,0x3e,0xc9,0xbc,0xcb,0xb1,0x2b,
  505. 0x93,0xbb,0x1d,0xf5,0x33,0x9b,0x0f,0x64,0x09,0xf4,0x75,0xe9,0x0a,0xbe,0x65,0xc9,
  506. 0x35,0xc0,0x65,0x6c,0x05,0xa1,0x37,0x78,0x05,0xd1,0x1b,0xfb,0x9c,0xa9,0x5a,0xd9,
  507. 0x9b,0x44,0x35,0xb6,0x30,0xef,0x8a,0xb7,0xa8,0x65,0x66,0x7d,0xce,0x2c,0x3d,0xc9,
  508. 0xea,0xf1,0xf9,0x56,0x26,0x82,0xbf,0x98,0x74,0x8b,0xa3,0x9f,0xd1,0x0b,0x49,0x9e,
  509. 0xe8,0x07,0xa9,0xcb,0xf2,0xfb,0x02,0x4f,0xb3,0xee,0x01,0xca,0x3e,0x06,0xd9,0x17,
  510. 0xa4,0xbb,0x02,0x1e,0x5d,0x45,0x24,0xbb,0xc3,0xc9,0x36,0xe0,0xaa,0x63,0x71,0x17,
  511. 0xb0,0x8a,0x9c,0xa0,0xd1,0xd1,0x97,0x24,0xd9,0x8e,0x43,0xa7,0xae,0x3b,0x63,0xd9,
  512. 0xe4,0x66,0xe6,0x7a,0xad,0xbe,0xbd,0x18,0xd7,0x69,0xc2,0xbf,0xd4,0x3d,0xdd,0x67,
  513. 0xbf,0xe0,0x9d,0xa9,0xc4,0x27,0x78,0x18,0xdf,0xcc,0xfa,0x5c,0x59,0x67,0x6f,0x1c,
  514. 0xeb,0xde,0x45,0xaf,0x1b,0x5b,0x89,0xe5,0x01,0xce,0xd6,0x3d,0xb3,0xb9,0x6a,0xbb,
  515. 0x8b,0xc7,0xe6,0xd1,0xbb,0x74,0xc0,0xb7,0x79,0x75,0xb8,0xab,0x12,0x54,0x3e,0x40,
  516. 0xeb,0x78,0xf9,0xd2,0x0c,0x4f,0xb5,0x32,0x65,0xb9,0x7e,0xed,0xf6,0x9d,0x74,0xc1,
  517. 0xbf,0xcd,0xdc,0x7d,0x53,0x5d,0xf3,0xff,0xd2,0xe1,0x92,0xa0,0x80,0xd1,0xf6,0x23,
  518. 0xe0,0xc5,0x80,0x31,0x0d,0x10,0x2d,0x83,0xef,0x1d,0x3a,0x45,0xca,0x58,0x41,0x7a,
  519. 0x78,0x7c,0xea,0x4f,0xf7,0x93,0x7d,0x71,0xf0,0x6d,0x3d,0x5f,0x3e,0x24,0xc0,0xfb,
  520. 0xaf,0xbd,0x22,0x24,0x81,0x7a,0xda,0x9d,0xff,0x03,0x8f,0xe8,0x02,0x14,0xe9,0x18,
  521. 0x00,0x00,};
  522. static const unsigned int dummy_align__error_html = 5;
  523. static const unsigned char data__error_html[] = {
  524. /* /error.html (11 chars) */
  525. 0x2f,0x65,0x72,0x72,0x6f,0x72,0x2e,0x68,0x74,0x6d,0x6c,0x00,
  526. /* HTTP header */
  527. /* "HTTP/1.1 200 OK
  528. " (17 bytes) */
  529. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  530. 0x0a,
  531. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  532. " (63 bytes) */
  533. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  534. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  535. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  536. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  537. /* "Content-Length: 551
  538. " (21 bytes) */
  539. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  540. 0x35,0x35,0x31,0x0d,0x0a,
  541. /* "Connection: Close
  542. " (19 bytes) */
  543. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  544. 0x65,0x0d,0x0a,
  545. /* "Content-type: text/html
  546. Content-Encoding: gzip
  547. " (49 bytes) */
  548. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
  549. 0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
  550. 0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
  551. 0x0a,
  552. /* "ETag: "5k8dWiRAQfQEtJK"
  553. " (25 bytes) */
  554. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x35,0x6b,0x38,0x64,0x57,0x69,0x52,0x41,0x51,
  555. 0x66,0x51,0x45,0x74,0x4a,0x4b,0x22,0x0d,0x0a,0x0d,0x0a,
  556. /* raw file data (551 bytes) */
  557. 0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x6d,0x53,0xcd,0x6e,0xd4,0x30,
  558. 0x10,0x7e,0x15,0x13,0x2e,0x20,0x6d,0x1a,0x2a,0xa8,0x04,0xc5,0x8e,0x84,0x4a,0x0f,
  559. 0x9c,0xe0,0x00,0x12,0x1c,0x9d,0xc4,0xbb,0x71,0x71,0x9c,0x60,0x3b,0xbb,0xdd,0x1b,
  560. 0x2d,0x07,0xe0,0x84,0x78,0x01,0x78,0x85,0x6d,0x4b,0xd8,0xa5,0x4b,0xb7,0xaf,0x30,
  561. 0x79,0x23,0x26,0x4e,0x77,0x5b,0x10,0x8a,0xe4,0xcc,0x9f,0xbf,0x6f,0xe6,0xcb,0x84,
  562. 0xde,0x7a,0xfa,0x7c,0xef,0xe5,0x9b,0x17,0xfb,0x24,0x77,0x85,0x8a,0x69,0x77,0x12,
  563. 0xc5,0xf5,0x88,0x05,0x01,0x7a,0x82,0x67,0x31,0x2d,0x84,0xe3,0x24,0xcd,0xb9,0xb1,
  564. 0xc2,0xb1,0xa0,0x76,0xc3,0xf0,0x21,0xe6,0x7c,0x34,0x77,0xae,0x0a,0xc5,0xbb,0x5a,
  565. 0x8e,0x59,0xf0,0x3a,0x7c,0xf5,0x24,0xdc,0x2b,0x8b,0x8a,0x3b,0x99,0x28,0x11,0x90,
  566. 0xb4,0xd4,0x4e,0x68,0xbc,0xf2,0x6c,0x9f,0x89,0x6c,0x24,0xd6,0x97,0x34,0x2f,0x04,
  567. 0x0b,0xc6,0x52,0x4c,0xaa,0xd2,0xb8,0x1b,0x75,0x13,0x99,0xb9,0x9c,0x65,0x62,0x2c,
  568. 0x53,0x11,0x7a,0x67,0x20,0xb5,0x74,0x92,0xab,0xd0,0xa6,0x5c,0x09,0xb6,0x3d,0x28,
  569. 0xf8,0xa1,0x2c,0xea,0x62,0xe3,0xd7,0x56,0x18,0xef,0x70,0xa4,0x64,0xf7,0x90,0x42,
  570. 0x49,0xfd,0x96,0x18,0xa1,0x58,0x60,0xdd,0x54,0x09,0x9b,0x0b,0x81,0x1c,0xb9,0x11,
  571. 0x43,0xec,0xbd,0x52,0x25,0xcf,0xb6,0x52,0x6b,0xb1,0xd0,0x49,0xa7,0x44,0x0c,0xdf,
  572. 0xda,0x4f,0xb0,0x80,0x13,0x38,0x87,0x19,0x81,0x15,0x1a,0x17,0x78,0x9e,0xc2,0x12,
  573. 0x1a,0xb4,0x16,0xed,0x17,0x1a,0xf5,0x85,0x34,0xea,0xd5,0x48,0xca,0x6c,0x1a,0x53,
  574. 0xcd,0xc7,0x24,0x55,0xdc,0x5a,0x16,0xa0,0x99,0x70,0x83,0x80,0x11,0x5a,0x31,0xcd,
  575. 0xe4,0x26,0x33,0x31,0xbc,0xaa,0x44,0x97,0xca,0xb7,0x91,0xe8,0x5f,0x6c,0x68,0x08,
  576. 0x5c,0xb6,0xef,0x61,0xe5,0x3b,0x38,0xc5,0x0e,0x16,0x48,0xb2,0xfd,0x17,0x44,0xdf,
  577. 0x71,0x38,0x2c,0x4d,0x81,0x30,0x37,0xb0,0x47,0xb5,0xcc,0x50,0x63,0x3f,0x23,0x0b,
  578. 0x9c,0x38,0x74,0x21,0x57,0x72,0xa4,0x77,0x53,0x94,0xdc,0x73,0x56,0xeb,0x64,0x5a,
  579. 0xaa,0xd2,0xec,0xde,0xce,0x1e,0xed,0xdc,0x7f,0x30,0x44,0x94,0x24,0x86,0xef,0x48,
  580. 0xbb,0xf8,0xcf,0xb8,0x5d,0xd0,0xb7,0x04,0x67,0x58,0x31,0x83,0xdf,0xf8,0x74,0x7a,
  581. 0x9c,0xc1,0xaa,0xaf,0x6e,0xda,0x23,0xb8,0x84,0xa6,0xfd,0xb8,0x96,0x87,0xa0,0x56,
  582. 0x2b,0x98,0x77,0x5a,0xe1,0x00,0x4b,0x2f,0xe2,0xb5,0xa2,0x5b,0x34,0x4a,0x90,0xd0,
  583. 0x20,0x23,0x56,0xfd,0x44,0xc4,0x65,0xfb,0x01,0x7e,0xb5,0x47,0xed,0x31,0xcc,0x06,
  584. 0xc8,0x85,0xd1,0x9e,0xef,0xc4,0xc7,0x8f,0x3b,0x4d,0x9a,0xf6,0x73,0xfb,0x95,0x78,
  585. 0xfe,0x39,0xe9,0x98,0xd0,0x6c,0x60,0x4e,0xa8,0xad,0xb8,0x26,0x32,0x63,0x41,0x5a,
  586. 0xd6,0xda,0x85,0xba,0x2e,0x92,0x6e,0xd2,0x1d,0x1a,0x75,0x99,0x98,0x60,0x6f,0x0d,
  587. 0x9c,0x23,0xd0,0x05,0xfc,0xa0,0x51,0x85,0x5f,0x04,0x05,0x5b,0x9f,0x36,0x35,0xb2,
  588. 0x72,0xc4,0x4d,0x2b,0x5c,0xbe,0x4e,0xaf,0xe8,0x80,0x8f,0x79,0x1f,0x45,0x1d,0x4d,
  589. 0xba,0x59,0x8f,0x83,0x6e,0x3b,0xa2,0x3e,0x13,0xd3,0xab,0xb7,0xa7,0xcc,0xca,0x89,
  590. 0xbe,0x73,0xf7,0xf1,0x75,0xf2,0x8a,0xa0,0xdf,0x89,0xc8,0xff,0x42,0x7f,0x00,0x66,
  591. 0xee,0x60,0x08,0x52,0x03,0x00,0x00,};
  592. static const unsigned int dummy_align__success_html = 6;
  593. static const unsigned char data__success_html[] = {
  594. /* /success.html (13 chars) */
  595. 0x2f,0x73,0x75,0x63,0x63,0x65,0x73,0x73,0x2e,0x68,0x74,0x6d,0x6c,0x00,
  596. /* HTTP header */
  597. /* "HTTP/1.1 200 OK
  598. " (17 bytes) */
  599. 0x48,0x54,0x54,0x50,0x2f,0x31,0x2e,0x31,0x20,0x32,0x30,0x30,0x20,0x4f,0x4b,0x0d,
  600. 0x0a,
  601. /* "Server: lwIP/1.3.1 (http://savannah.nongnu.org/projects/lwip)
  602. " (63 bytes) */
  603. 0x53,0x65,0x72,0x76,0x65,0x72,0x3a,0x20,0x6c,0x77,0x49,0x50,0x2f,0x31,0x2e,0x33,
  604. 0x2e,0x31,0x20,0x28,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x73,0x61,0x76,0x61,0x6e,
  605. 0x6e,0x61,0x68,0x2e,0x6e,0x6f,0x6e,0x67,0x6e,0x75,0x2e,0x6f,0x72,0x67,0x2f,0x70,
  606. 0x72,0x6f,0x6a,0x65,0x63,0x74,0x73,0x2f,0x6c,0x77,0x69,0x70,0x29,0x0d,0x0a,
  607. /* "Content-Length: 546
  608. " (21 bytes) */
  609. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x4c,0x65,0x6e,0x67,0x74,0x68,0x3a,0x20,
  610. 0x35,0x34,0x36,0x0d,0x0a,
  611. /* "Connection: Close
  612. " (19 bytes) */
  613. 0x43,0x6f,0x6e,0x6e,0x65,0x63,0x74,0x69,0x6f,0x6e,0x3a,0x20,0x43,0x6c,0x6f,0x73,
  614. 0x65,0x0d,0x0a,
  615. /* "Content-type: text/html
  616. Content-Encoding: gzip
  617. " (49 bytes) */
  618. 0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,0x2d,0x74,0x79,0x70,0x65,0x3a,0x20,0x74,0x65,
  619. 0x78,0x74,0x2f,0x68,0x74,0x6d,0x6c,0x0d,0x0a,0x43,0x6f,0x6e,0x74,0x65,0x6e,0x74,
  620. 0x2d,0x45,0x6e,0x63,0x6f,0x64,0x69,0x6e,0x67,0x3a,0x20,0x67,0x7a,0x69,0x70,0x0d,
  621. 0x0a,
  622. /* "ETag: "LzOa2gnkFIJvP29"
  623. " (25 bytes) */
  624. 0x45,0x54,0x61,0x67,0x3a,0x20,0x22,0x4c,0x7a,0x4f,0x61,0x32,0x67,0x6e,0x6b,0x46,
  625. 0x49,0x4a,0x76,0x50,0x32,0x39,0x22,0x0d,0x0a,0x0d,0x0a,
  626. /* raw file data (546 bytes) */
  627. 0x1f,0x8b,0x08,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x7d,0x93,0x41,0x6f,0xd3,0x30,
  628. 0x14,0xc7,0xbf,0x8a,0x09,0x17,0x90,0x96,0x65,0xd5,0x84,0x84,0x86,0x1d,0x09,0x95,
  629. 0x1d,0x38,0xc1,0x01,0x24,0x38,0x3a,0x89,0xdb,0x78,0x38,0x8e,0x71,0x9c,0x76,0xbd,
  630. 0x95,0xed,0x00,0x37,0xee,0x3b,0x70,0xe1,0x0b,0xb0,0x6e,0x81,0x6a,0xd0,0xee,0x2b,
  631. 0xbc,0x7c,0x23,0x9e,0x93,0xb6,0x0c,0x21,0xa1,0x48,0xce,0xb3,0xff,0x7e,0xef,0xff,
  632. 0xfc,0x8b,0x43,0xef,0x3d,0x7b,0x31,0x7c,0xf5,0xf6,0xe5,0x31,0xc9,0x5d,0xa1,0x62,
  633. 0xea,0x47,0xa2,0xb8,0x1e,0xb3,0x20,0xc0,0x99,0xe0,0x59,0x4c,0x0b,0xe1,0x38,0x49,
  634. 0x73,0x6e,0x2b,0xe1,0x58,0x50,0xbb,0x51,0xf8,0x18,0xb5,0x6e,0x35,0x77,0xce,0x84,
  635. 0xe2,0x7d,0x2d,0x27,0x2c,0x78,0x13,0xbe,0x7e,0x1a,0x0e,0xcb,0xc2,0x70,0x27,0x13,
  636. 0x25,0x02,0x92,0x96,0xda,0x09,0x8d,0x29,0xcf,0x8f,0x99,0xc8,0xc6,0x62,0x9b,0xa4,
  637. 0x79,0x21,0x58,0x30,0x91,0x62,0x6a,0x4a,0xeb,0xee,0xec,0x9b,0xca,0xcc,0xe5,0x2c,
  638. 0x13,0x13,0x99,0x8a,0xb0,0x9b,0xec,0x49,0x2d,0x9d,0xe4,0x2a,0xac,0x52,0xae,0x04,
  639. 0x1b,0xec,0x15,0xfc,0x54,0x16,0x75,0xb1,0x9b,0xd7,0x95,0xb0,0xdd,0x84,0xa3,0x25,
  640. 0x3b,0x40,0x0b,0x25,0xf5,0x3b,0x62,0x85,0x62,0x41,0xe5,0x66,0x4a,0x54,0xb9,0x10,
  641. 0xe8,0x91,0x5b,0x31,0xc2,0xde,0x8d,0x2a,0x79,0xb6,0x9f,0x56,0x15,0x6e,0x74,0xd2,
  642. 0x29,0x11,0xc3,0xd7,0xf6,0x03,0xdc,0x42,0xd3,0x7e,0x82,0x15,0xac,0xa1,0x21,0x38,
  643. 0x5c,0x76,0xe1,0x02,0x7e,0x42,0x83,0xd1,0x12,0x1a,0x1a,0xf5,0x9b,0x69,0xd4,0x13,
  644. 0x49,0xca,0x6c,0x16,0x53,0xcd,0x27,0x24,0x55,0xbc,0xaa,0x58,0x80,0x61,0xc2,0x2d,
  645. 0x16,0x8d,0x30,0x8a,0x69,0x26,0x77,0xca,0xd4,0x72,0x63,0x84,0x97,0xf2,0x41,0x0c,
  646. 0x5f,0xfe,0xad,0x4d,0xe0,0xb6,0x9d,0xc3,0x1a,0xfd,0x97,0xb0,0x80,0x1b,0x58,0xa2,
  647. 0xc9,0xe0,0xaf,0x12,0x7d,0xd7,0xe1,0xa8,0xb4,0x05,0x96,0xb9,0x53,0x7b,0x5c,0xcb,
  648. 0x0c,0x39,0x77,0xe7,0x64,0x81,0x13,0xa7,0x2e,0xe4,0x4a,0x8e,0xf5,0x51,0x8a,0xd8,
  649. 0x3b,0x4f,0xb3,0x15,0xd3,0x52,0x95,0xf6,0xe8,0xfe,0xe1,0xe1,0x70,0x78,0xe0,0x29,
  650. 0x25,0xff,0xeb,0x05,0xae,0xb0,0xa3,0x6f,0xf0,0x0b,0x1f,0xcf,0xe4,0x0a,0xd6,0x3d,
  651. 0x95,0x66,0x83,0xea,0x63,0xcf,0xa5,0xfd,0x4c,0xda,0xf3,0xbb,0xf4,0x08,0xfc,0xc0,
  652. 0xb4,0x05,0xc2,0x9c,0xe3,0x71,0x3c,0xbb,0xf5,0x3e,0x8d,0x12,0x74,0xb3,0x31,0x5c,
  653. 0x60,0xa5,0x55,0x7b,0xe6,0xcf,0x8a,0x60,0x11,0x6d,0x3b,0x27,0x70,0xd9,0x9e,0xc3,
  654. 0x35,0x86,0x67,0x48,0xc1,0xaf,0x60,0x92,0x2f,0x81,0xfe,0x28,0x7c,0xf7,0x25,0x48,
  655. 0x8b,0x6e,0xbd,0x40,0x68,0x65,0xb8,0x26,0x32,0x63,0x41,0x5a,0xd6,0xda,0x85,0xba,
  656. 0x2e,0x12,0x7f,0xcc,0x47,0x34,0xf2,0x4a,0x4c,0xb0,0x99,0x06,0x6e,0x30,0x75,0x05,
  657. 0xd7,0x34,0x32,0xf8,0x39,0x90,0xd6,0x76,0xac,0x52,0x2b,0x8d,0x23,0x6e,0x66,0xf0,
  658. 0xf6,0x79,0x58,0xd1,0x09,0x9f,0xf0,0x7e,0x15,0x21,0xda,0x74,0x77,0x3f,0x4e,0xfc,
  659. 0xf5,0x88,0x7a,0x25,0xa6,0x9b,0x77,0x67,0x99,0x95,0x53,0xfd,0xe0,0xe1,0x93,0x3f,
  660. 0xe2,0xc6,0xa0,0xbf,0x10,0x51,0xf7,0x0f,0xfd,0x06,0x2f,0xd4,0x46,0x58,0x53,0x03,
  661. 0x00,0x00,};
  662. const struct fsdata_file file__upload_js[] = {{
  663. file_NULL,
  664. data__upload_js,
  665. data__upload_js + 11,
  666. sizeof(data__upload_js) - 11,
  667. 1,
  668. }};
  669. const struct fsdata_file file__favicon_ico[] = {{
  670. file__upload_js,
  671. data__favicon_ico,
  672. data__favicon_ico + 13,
  673. sizeof(data__favicon_ico) - 13,
  674. 1,
  675. }};
  676. const struct fsdata_file file__login_html[] = {{
  677. file__favicon_ico,
  678. data__login_html,
  679. data__login_html + 12,
  680. sizeof(data__login_html) - 12,
  681. 1,
  682. }};
  683. const struct fsdata_file file__index_html[] = {{
  684. file__login_html,
  685. data__index_html,
  686. data__index_html + 12,
  687. sizeof(data__index_html) - 12,
  688. 1,
  689. }};
  690. const struct fsdata_file file__upload_css[] = {{
  691. file__index_html,
  692. data__upload_css,
  693. data__upload_css + 12,
  694. sizeof(data__upload_css) - 12,
  695. 1,
  696. }};
  697. const struct fsdata_file file__error_html[] = {{
  698. file__upload_css,
  699. data__error_html,
  700. data__error_html + 12,
  701. sizeof(data__error_html) - 12,
  702. 1,
  703. }};
  704. const struct fsdata_file file__success_html[] = {{
  705. file__error_html,
  706. data__success_html,
  707. data__success_html + 14,
  708. sizeof(data__success_html) - 14,
  709. 1,
  710. }};
  711. #define FS_ROOT file__success_html
  712. #define FS_NUMFILES 7