summaryrefslogtreecommitdiffstats
path: root/htdocs/app/gpio-list
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-list
downloadwebiopi-0c8c9ad976879f7c90f9915a60845ccb0cdb337d.tar.gz
webiopi-0c8c9ad976879f7c90f9915a60845ccb0cdb337d.tar.bz2
webiopi-0c8c9ad976879f7c90f9915a60845ccb0cdb337d.zip
initial commit
Diffstat (limited to 'htdocs/app/gpio-list')
-rw-r--r--htdocs/app/gpio-list/index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/htdocs/app/gpio-list/index.html b/htdocs/app/gpio-list/index.html
new file mode 100644
index 0000000..6c0cf1a
--- /dev/null
+++ b/htdocs/app/gpio-list/index.html
@@ -0,0 +1,28 @@
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 List</title>
7 <script type="text/javascript" src="/webiopi.js"></script>
8 <script type="text/javascript">
9 webiopi().ready(function() {
10 webiopi().Expert().createList("content");
11 w().refreshGPIO(true);
12 });
13 </script>
14 <style type="text/css">
15 button {
16 margin: 2px 2px 2px 2px;
17 width: 50px;
18 }
19
20 .Description {
21 display: inline;
22 }
23 </style>
24</head>
25<body>
26<div id="content"></div>
27</body>
28</html>