summaryrefslogtreecommitdiffstats
path: root/htdocs/index.html
blob: a1671bbc2f173b8322e7b67c70525c41dd7697ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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 = "height = device-height, width = 420, user-scalable = no" /> 
	<title>WebIOPi | Raspberry Pi IoT Framework</title>
  <meta http-equiv="refresh" content="0; url=/app/gas-control" />
</head>
<body>

<h1>WebIOPi Main Menu</h1>

<h2><a href="/app/gas-control">Gas Control</a></h2>
<p>Gas Control.</p>

<h2><a href="/dev.html">Developer tools</a></h2>
<p>Developer tools.</p>

</body>
</html>