Merge branch 'master' of feistymeow.org:feisty_meow
[feisty_meow.git] / nucleus / applications / nechung / cgi_nechung.cpp
index 7fc24c4f55dcce7b42a4ebe5162021bf2219e7a1..46ddbaf9e5c0c2c8c410168d02746324111b2af8 100644 (file)
@@ -81,9 +81,9 @@ int main(int argc, char *argv[])
   // send the header for html text.
   printf("content-type: text/html\n\n");
   // send the preliminary gunk.
-  printf("<body text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
-      "vlink=\"#cc33cc\" alink=\"#ff9900\">\n");
-//old text color #33ccff
+  printf("<body>\n");
+//text=\"#00ee00\" bgcolor=\"#000000\" link=\"#66ff99\" "
+//      "vlink=\"#cc33cc\" alink=\"#ff9900\">\n");
   printf("<tt style=\"font-weight: bold;\">\n");
   printf("<font size=\"+1\">\n");
 
@@ -113,6 +113,7 @@ int main(int argc, char *argv[])
   printf("</font>\n");
   printf("</tt>\n");
   printf("</body>\n");
+  printf("</html>\n");
   return 0;
 }