Fonctions communes aux programmes Nucleo Web ENC28J60...

Dependents:   Nucleo_Web_ENC28J60 Nucleo_Web_ENC28J60_ADC

Files at this revision

API Documentation at this revision

Comitter:
Fo170
Date:
Mon Sep 28 22:19:50 2015 +0000
Parent:
1:b52ad028c502
Commit message:
mise a jours info carte ENC28J60 de MikroE

Changed in this revision

Fct_Web.h Show annotated file Show diff for this revision Revisions of this file
diff -r b52ad028c502 -r ba0105da75cd Fct_Web.h
--- 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;