fsdata.c 38 KB

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