X-Git-Url: http://git.joshuawise.com/netwatch.git/blobdiff_plain/923ea2c2cd9df7f02ddcfd8c543f63b76be44660..90122e523ed5d77a6951ec7332c7d5e72eec802c:/net/http/fsdata.c diff --git a/net/http/fsdata.c b/net/http/fsdata.c index 57180f3..70337a8 100644 --- a/net/http/fsdata.c +++ b/net/http/fsdata.c @@ -5,8 +5,11 @@ static const unsigned char data_404_html[] = static const unsigned char data_index_html[] = "NetWatch" - "

NetWatch

" - ""; + "

NetWatch

" + "
" + "" + "
" + ""; const struct fsdata_file file_404_html[] = {{NULL, "/404.html", data_404_html, sizeof(data_404_html)}}; const struct fsdata_file file_index_html[] = {{file_404_html, "/index.html", data_index_html, sizeof(data_index_html)}};