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-rpc mbed-rtos mbed
Web-APP/index.html
- Committer:
- stefan1691
- Date:
- 2015-04-02
- Revision:
- 1:efd4f8b15e66
File content as of revision 1:efd4f8b15e66:
<!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>