1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
|
blob_init(&bgimg, (char*)aBackground, sizeof(aBackground));
}
cgi_set_content_type(zMime);
cgi_set_content(&bgimg);
}
/* The default favicon.ico
** A 16x16 Microsoft bitmap image. 1150 bytes.
*/
static const unsigned char favicon[] = {
0, 0, 1, 0, 1, 0, 16, 16, 0, 0, 1, 0, 32, 0,104, 4, 0, 0, 22,
0, 0, 0, 40, 0, 0, 0, 16, 0, 0, 0, 32, 0, 0, 0, 1, 0, 32, 0,
0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,255,255,255,255,255,255,255,255,255,255,255,255,231,226,
216,255,184,170,141,255,179,164,133,255,252,252,251,255,240,237,231,255,213,
|
|
|
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
|
blob_init(&bgimg, (char*)aBackground, sizeof(aBackground));
}
cgi_set_content_type(zMime);
cgi_set_content(&bgimg);
}
/* The default favicon.ico
** A 62x71 pixel GIF image for the Fossil lizzard icon.
*/
static const unsigned char favicon[] = {
0, 0, 1, 0, 1, 0, 16, 16, 0, 0, 1, 0, 32, 0,104, 4, 0, 0, 22,
0, 0, 0, 40, 0, 0, 0, 16, 0, 0, 0, 32, 0, 0, 0, 1, 0, 32, 0,
0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,255,255,255,255,255,255,255,255,255,255,255,255,231,226,
216,255,184,170,141,255,179,164,133,255,252,252,251,255,240,237,231,255,213,
|