You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
457 B

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
</head>
<body>
<h3>Welcome to wIot!</h3>
<br/>
<h4>Control url:</h4>
<p>/ctl?p=/*Pin Code*/&a=/*Action: high or low*/</p>
<p>e.g. /ctl?p=2&a=low Means to open the led on the board.</p>
<br/>
<h4>Data Get:</h4>
<p>/data</p>
<p><a href="/data">Click Here to see!</a></p>
</body>
</html>