-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (24 loc) · 869 Bytes
/
index.html
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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>tem</title>
</head>
<body>
<form action="./cgi-bin/cgi_reg.cgi" autocomplete="on">
账号:<input type="text" name="user"><br>
密码:<input type="text" name="pass"><br>
<input type="submit" value="注册">
<input type="submit" value="登入" formaction="./cgi-bin/cgi_log.cgi">
</form>
<form action="./cgi-bin/lighton.cgi" autocomplete="on">
stm32led:<input type="submit" value="全亮">
<input type="submit" value="全灭" formaction="./cgi-bin/lightoff.cgi">
</form>
<form action="./cgi-bin/mpu6050.cgi" autocomplete="on">
mpu6050<input type="submit" value="mpu6050">
</form>
<h2>Playing the Object</h2>
<embed src="http://192.168.7.88:8080/?action=stream" width="640" height="480">
</body>
</html>