]> Joshua Wise's Git repositories - netwatch.git/blobdiff - net/http/fsdata.c
Hit paging to clean it up a bit. Add a reboot button.
[netwatch.git] / net / http / fsdata.c
index 7e700232df9feefd68158a4941bcf31d294e1864..57180f3c79614cfec652a50148b805f5c79dfc9d 100644 (file)
@@ -5,7 +5,7 @@ static const unsigned char data_404_html[] =
 
 static const unsigned char data_index_html[] =
   "<html><head><title>NetWatch</title></head>"
-  "<body><h1>NetWatch</h1><iframe src=\"registers.html\" height=100 width=600 /></body>"
+  "<body><h1>NetWatch</h1><iframe src=\"registers.html\" height=100 width=600></iframe><form action=reboot type=post><input type=submit value=\"Reboot!\"></form></body>"
   "</html>";
 
 const struct fsdata_file file_404_html[] = {{NULL, "/404.html", data_404_html, sizeof(data_404_html)}};
This page took 0.023192 seconds and 4 git commands to generate.