X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/98d29191ab62caf43c16b3d792996ea51bec067d..6f9272bdabcda81425ec1aaecf26a160535d4749:/net/http/fsdata.c diff --git a/net/http/fsdata.c b/net/http/fsdata.c new file mode 100644 index 0000000..7195a70 --- /dev/null +++ b/net/http/fsdata.c @@ -0,0 +1,14 @@ +static const unsigned 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[] = + "NetWatch!" + "

NetWatch!