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: EthernetInterface HttpServer mbed-rtos mbed
Fork of RPCHTTPServerSimple by
Revision 13:b7380bc60ad2, committed 2015-05-27
- Comitter:
- stefan1691
- Date:
- Wed May 27 12:08:18 2015 +0000
- Parent:
- 12:e55991dab543
- Commit message:
- Web-APP ergaenzt
Changed in this revision
WEB-APP/index.html | Show annotated file Show diff for this revision Revisions of this file |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/WEB-APP/index.html Wed May 27 12:08:18 2015 +0000 @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<title>Simple Web-App</title> +</head> +<body> +<form> + <h3>Klassik Web-App</h3> + <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led1/write 1" value="LED1 On"> + <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led1/write 0" value="LED1 Off"><br> + <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led2/write 1" value="LED2 On"> + <input type="submit" formmethod="get" formaction="http://192.168.178.63/rpc/led2/write 0" value="LED2 Off"> +</form> +</body> +</html> \ No newline at end of file