summaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'htdocs/index.html')
-rw-r--r--htdocs/index.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/htdocs/index.html b/htdocs/index.html
new file mode 100644
index 0000000..68c49c9
--- /dev/null
+++ b/htdocs/index.html
@@ -0,0 +1,25 @@
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 | Raspberry Pi IoT Framework</title>
7</head>
8<body>
9
10<h1>WebIOPi Main Menu</h1>
11
12<h2><a href="/app/gpio-header">GPIO Header</a></h2>
13<p>Control and Debug the Raspberry Pi GPIO with a display which looks like the physical header.</p>
14
15<h2><a href="/app/gpio-list">GPIO List</a></h2>
16<p>Control and Debug the Raspberry Pi GPIO ordered in a single column.</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
24</body>
25</html>