Fonctions communes aux programmes Nucleo Web ENC28J60...

Dependents:   Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC

Revision:
2:ba0105da75cd
Parent:
1:b52ad028c502
--- a/Fct_Web.h	Wed Aug 19 16:08:31 2015 +0000
+++ b/Fct_Web.h	Mon Sep 28 22:19:50 2015 +0000
@@ -63,8 +63,8 @@
     httpContent = str_DOCTYPE;
     httpContent += "<HTML><HEAD>\r\n";
     httpContent += "<title>WEB Server Nucleo F411RE - ENC28J60 - Password Page</title>\r\n";
-    httpContent += "</HEAD><BODY>\r\n";
-    httpContent += "<center><h2>WEB Server Nucleo F411RE - ENC28J60 - Password Page</h2></center>\r\n<p>";
+    httpContent += "</HEAD><BODY><center>\r\n";
+    httpContent += "<h2>WEB Server Nucleo F411RE - ENC28J60 - Password Page</h2>\r\n<p>";
     httpContent += str_image_Password_Folder;
     httpContent += "<p>\r\n";
     
@@ -86,7 +86,7 @@
     httpContent += "  <a href=\".\">[refresh status]</a>\r\n";
     httpContent += "</pre>\r\n<hr>\r\n";
     
-    httpContent += "</BODY></HTML>";
+    httpContent += "</center></BODY></HTML>";
     //-----------
     //wait(1);
     return httpContent;