diff options
Diffstat (limited to 'libraries/Bridge/examples/TemperatureWebPanel/www/index.html')
-rwxr-xr-x | libraries/Bridge/examples/TemperatureWebPanel/www/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/libraries/Bridge/examples/TemperatureWebPanel/www/index.html b/libraries/Bridge/examples/TemperatureWebPanel/www/index.html deleted file mode 100755 index c6b6747..0000000 --- a/libraries/Bridge/examples/TemperatureWebPanel/www/index.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html> - <head> - <script type="text/javascript" src="zepto.min.js"></script> - <script type="text/javascript"> - function refresh() { - $('#content').load('/arduino/temperature'); - } -</script> - - </head> - <body onload="setInterval(refresh, 2000);"> - <span id="content">0</span> - </body> -</html> - |