Updated HTTP server strings
diff --git a/contiki/apps/http-strings.h b/contiki/apps/http-strings.h
index e3b6525..c4b6f15 100644
--- a/contiki/apps/http-strings.h
+++ b/contiki/apps/http-strings.h
@@ -10,3 +10,22 @@
 extern const char http_location[11];
 extern const char http_host[7];
 extern const char http_crnl[3];
+extern const char http_index_html[12];
+extern const char http_404_html[10];
+extern const char http_header_200[96];
+extern const char http_header_404[103];
+extern const char http_content_type_html[28];
+extern const char http_content_type_css [27];
+extern const char http_content_type_text[28];
+extern const char http_content_type_png [28];
+extern const char http_content_type_gif [28];
+extern const char http_content_type_jpg [29];
+extern const char http_content_type_binary[43];
+extern const char http_html[6];
+extern const char http_htm[5];
+extern const char http_css[5];
+extern const char http_png[5];
+extern const char http_gif[5];
+extern const char http_jpg[5];
+extern const char http_text[6];
+extern const char http_txt[5];