X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/9343e9338ddf1015a63a95e4e78bfe659a557b76..8ed5907015b127d1312c13216a8e4875c962da8e:/net/http/fsdata.c diff --git a/net/http/fsdata.c b/net/http/fsdata.c index 70337a8..e42d5ad 100644 --- a/net/http/fsdata.c +++ b/net/http/fsdata.c @@ -1,13 +1,13 @@ -static const unsigned char data_404_html[] = +static const char data_404_html[] = "404 Not Found" "

404 Not Found

This is probably not the machine you're looking for...

" ""; -static const unsigned char data_index_html[] = +static const char data_index_html[] = "NetWatch" - "

NetWatch

" - "
" - "" + "

NetWatch

" + "" + "
" "
" "";