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)}};