diff options
author | Fede85 <f.vanzati@gmail.com> | 2013-09-06 15:38:07 +0200 |
---|---|---|
committer | Fede85 <f.vanzati@gmail.com> | 2013-09-06 15:38:07 +0200 |
commit | a3e2e68e2b7edb9f5434734bed4001df1e65451c (patch) | |
tree | d4ef938bd8179a15d41b19197c51ca0a7f93936f /libraries/Bridge/examples/TemperatureWebPanel/www/index.html | |
parent | 35f10e412f5d00027f9d7f2036243c681dbec406 (diff) |
Bridge library to the 1.5 format
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> - |