forked from commadelimited/jQuery-Mobile-Boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html.bak
25 lines (19 loc) · 934 Bytes
/
index.html.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content = "width = 420, user-scalable = no" />
<title>WebIOPi | Raspberry Pi IoT Framework</title>
</head>
<body>
<h1>WebIOPi Main Menu</h1>
<h2><a href="/app/gpio-header">GPIO Header</a></h2>
<p>Control and Debug the Raspberry Pi GPIO with a display which looks like the physical header.</p>
<h2><a href="/app/gpio-list">GPIO List</a></h2>
<p>Control and Debug the Raspberry Pi GPIO ordered in a single column.</p>
<h2><a href="/app/serial-monitor">Serial Monitor</a></h2>
<p>Use the browser to play with Serial interfaces configured in WebIOPi.</p>
<h2><a href="/app/devices-monitor">Devices Monitor</a></h2>
<p>Control and Debug devices and circuits wired to your Pi and configured in WebIOPi.</p>
</body>
</html>