Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of webserverBlinky by
Diff: main.cpp
- Revision:
- 135:6c3eec2fa634
- Parent:
- 134:af9d1f8d451d
- Child:
- 136:28a838086979
diff -r af9d1f8d451d -r 6c3eec2fa634 main.cpp --- a/main.cpp Wed Aug 16 11:14:39 2017 +0000 +++ b/main.cpp Wed Aug 16 11:56:14 2017 +0000 @@ -95,10 +95,13 @@ x().textContent=parseInt(x().textContent)+1;},100);};\ </script>\ </head>\ -<body style=\"font-family: sans-serif; font-size:30px; color:#807070\">\ +<body style=\"font-family: sans-serif; font-size:25px; color:#807070\">\ <h1>mbed PPP-Blinky Up and Running</h1>\ <h1 id=\"w\" style=\"text-align:center;\">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>\ </body>\ </html>"; // 460 characters plus 1 null byte = 461 @@ -131,8 +134,8 @@ };\ };\ </script>\ -<body style=\"font-family: sans-serif; font-size:30px; color:#807070\">\ -<h4>PPP-Blinky WebSocket Test</h4>\ +<body style=\"font-family: sans-serif; font-size:25px; color:#807070\">\ +<h1>PPP-Blinky WebSocket Test</h1>\ <div id=\"sts\">Idle</div>\ <button id=\"btn\" style=\"font-size: 100%; margin-top: 55px; margin-bottom: 55px;\">Connect</button>\ <h4><a href=\"/\">PPP-Blinky home</a></h4>\