summaryrefslogtreecommitdiffstats
path: root/htdocs/app/gpio-header/index.html
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-12-25 13:25:16 +0100
committermanuel <manuel@mausz.at>2013-12-25 13:25:16 +0100
commit0c8c9ad976879f7c90f9915a60845ccb0cdb337d (patch)
tree162951b4713f3836f4114958a423e2c90ecf9c6b /htdocs/app/gpio-header/index.html
downloadwebiopi-0c8c9ad976879f7c90f9915a60845ccb0cdb337d.tar.gz
webiopi-0c8c9ad976879f7c90f9915a60845ccb0cdb337d.tar.bz2
webiopi-0c8c9ad976879f7c90f9915a60845ccb0cdb337d.zip
initial commit
Diffstat (limited to 'htdocs/app/gpio-header/index.html')
-rw-r--r--htdocs/app/gpio-header/index.html18
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>