]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/http/fsdata.c
Tweak MSS up.
[netwatch.git] / net / http / fsdata.c
index 7195a700f3c071558c5a5fa1c5ffda2e164202b5..7e700232df9feefd68158a4941bcf31d294e1864 100644 (file)
@@ -4,8 +4,8 @@ static const unsigned char data_404_html[] =
   "</html>";
 
 static const unsigned char data_index_html[] =
-  "<html><head><title>NetWatch!</title></head>"
-  "<body><h1>NetWatch!</h1><iframe src=\"registers.html\" height=300></body>"
+  "<html><head><title>NetWatch</title></head>"
+  "<body><h1>NetWatch</h1><iframe src=\"registers.html\" height=100 width=600 /></body>"
   "</html>";
 
 const struct fsdata_file file_404_html[] = {{NULL, "/404.html", data_404_html, sizeof(data_404_html)}};
This page took 0.021935 seconds and 4 git commands to generate.