<!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 | GPIO List</title>
<script type="text/javascript" src="../../webiopi.js"></script>
<script type="text/javascript">
webiopi().ready(function() {
webiopi().Expert().createList("content");
w().refreshGPIO(true);
});
</script>
<style type="text/css">
button {
margin: 2px 2px 2px 2px;
width: 50px;
}
.Description {
display: inline;
}
</style>
</head>
<body>
<div id="content"></div>
</body>
</html>