summaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-12-26 02:09:17 +0100
committermanuel <manuel@mausz.at>2013-12-26 02:09:17 +0100
commita9a8e14f895403b2bbdeeabd0255610c51d0166c (patch)
treeb2aa2a6881d55cc10fdc605cd6f0f10b85940012 /htdocs/index.html
parent5b3b6e88542d811a2799320c4d0da2e4ea040b77 (diff)
downloadwebiopi-a9a8e14f895403b2bbdeeabd0255610c51d0166c.tar.gz
webiopi-a9a8e14f895403b2bbdeeabd0255610c51d0166c.tar.bz2
webiopi-a9a8e14f895403b2bbdeeabd0255610c51d0166c.zip
add gas-control app
Diffstat (limited to 'htdocs/index.html')
-rw-r--r--htdocs/index.html15
1 files changed, 5 insertions, 10 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
index 68c49c9..a1671bb 100644
--- a/htdocs/index.html
+++ b/htdocs/index.html
@@ -4,22 +4,17 @@
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 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" /> 5 <meta name="viewport" content = "height = device-height, width = 420, user-scalable = no" />
6 <title>WebIOPi | Raspberry Pi IoT Framework</title> 6 <title>WebIOPi | Raspberry Pi IoT Framework</title>
7 <meta http-equiv="refresh" content="0; url=/app/gas-control" />
7</head> 8</head>
8<body> 9<body>
9 10
10<h1>WebIOPi Main Menu</h1> 11<h1>WebIOPi Main Menu</h1>
11 12
12<h2><a href="/app/gpio-header">GPIO Header</a></h2> 13<h2><a href="/app/gas-control">Gas Control</a></h2>
13<p>Control and Debug the Raspberry Pi GPIO with a display which looks like the physical header.</p> 14<p>Gas Control.</p>
14 15
15<h2><a href="/app/gpio-list">GPIO List</a></h2> 16<h2><a href="/dev.html">Developer tools</a></h2>
16<p>Control and Debug the Raspberry Pi GPIO ordered in a single column.</p> 17<p>Developer tools.</p>
17
18<h2><a href="/app/serial-monitor">Serial Monitor</a></h2>
19<p>Use the browser to play with Serial interfaces configured in WebIOPi.</p>
20
21<h2><a href="/app/devices-monitor">Devices Monitor</a></h2>
22<p>Control and Debug devices and circuits wired to your Pi and configured in WebIOPi.</p>
23 18
24</body> 19</body>
25</html> 20</html>