summaryrefslogtreecommitdiffstats
path: root/htdocs/app/gpio-header/index.html
blob: 0634b1e206761acbba3f392fee3ca800b6902d45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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 | GPIO Header</title>
	<script type="text/javascript" src="/webiopi.js"></script>
	<script type="text/javascript">
	webiopi().ready(function() {
		webiopi().RPiHeader().createTable("content");
		w().refreshGPIO(true);
	});
	</script>
</head>
<body>
<div id="content" align="center"></div>
</body>
</html>