Library Hebergement.h

Dependents:   Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC

Revision:
2:b71f5a2b31bc
Parent:
1:cdb8b0e889cb
Child:
3:8f40eff6b3ce
--- a/hebergement.h	Tue Aug 18 22:33:46 2015 +0000
+++ b/hebergement.h	Wed Aug 19 09:50:25 2015 +0000
@@ -28,4 +28,6 @@
 const string UNAUTHORIZED = "HTTP/1.0 401 Unauthorized";
 
 #define  ON   1
-#define  OFF  0
\ No newline at end of file
+#define  OFF  0
+
+const string str_DOCTYPE = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01//EN\" \"http://www.w3.org/TR/html4/strict.dtd\">\r\n";
\ No newline at end of file