diff options
Diffstat (limited to 'htdocs/app/gpio-header/index.html')
| -rw-r--r-- | htdocs/app/gpio-header/index.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/htdocs/app/gpio-header/index.html b/htdocs/app/gpio-header/index.html new file mode 100644 index 0000000..0634b1e --- /dev/null +++ b/htdocs/app/gpio-header/index.html | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
| 2 | <html> | ||
| 3 | <head> | ||
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
| 5 | <meta name="viewport" content = "height = device-height, width = 420, user-scalable = no" /> | ||
| 6 | <title>WebIOPi | GPIO Header</title> | ||
| 7 | <script type="text/javascript" src="/webiopi.js"></script> | ||
| 8 | <script type="text/javascript"> | ||
| 9 | webiopi().ready(function() { | ||
| 10 | webiopi().RPiHeader().createTable("content"); | ||
| 11 | w().refreshGPIO(true); | ||
| 12 | }); | ||
| 13 | </script> | ||
| 14 | </head> | ||
| 15 | <body> | ||
| 16 | <div id="content" align="center"></div> | ||
| 17 | </body> | ||
| 18 | </html> | ||
