Lab2_web / Mbed 2 deprecated webserverBlinky

Dependencies:   mbed

Fork of webserverBlinky by RealTimeCompLab2

Revision:
139:1f87c6bc8db3
Parent:
137:eda0cfcf4d3c
Child:
140:f526e9ecfebb
--- a/main.cpp	Sun Aug 20 02:06:21 2017 +0000
+++ b/main.cpp	Sun Aug 20 19:54:45 2017 +0000
@@ -97,16 +97,16 @@
 x().textContent=parseInt(x().textContent)+1;},100);};\
 </script>\
 </head>\
-<body style=\"font-family: sans-serif; font-size:20px; color:#807070\">\
+<body style=\"font-family: sans-serif; font-size:20px; text-align:center; color:#807070\">\
 <h1>mbed PPP-Blinky Up and Running</h1>\
-<h1 id=\"w\" style=\"text-align:center;\">0</h1>\
+<h1 id=\"w\">0</h1>\
 <h1><a href=\"http://bit.ly/pppBlink2\">Source on mbed</a></h1>\
 <h1><a href=\"/ws\">WebSocket Demo</a></h1>\
 <h1><a href=\"/x\">Benchmark 1</a></h1>\
 <h1><a href=\"/xb\">Benchmark 2</a></h1>\
 <h1><a href=\"http://jsfiddle.net/d26cyuh2/\">JSFiddle Demo</a></h1>\
 </body>\
-</html>"; // size = 642 bytes plus 1 null byte = 643 bytes
+</html>"; // size = 634 bytes plus 1 null byte = 635 bytes
 
 const static char webSocketPage[] = "\
 <!DOCTYPE html>\