-
Notifications
You must be signed in to change notification settings - Fork 219
/
Copy pathindex.html
33 lines (32 loc) · 1020 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
<html>
<head>
<meta name="generator"
content="HTML Tidy for HTML5 (experimental) for Windows https://github.com/w3c/tidy-html5/tree/c63cc39" />
<meta http-equiv="Content-Type" content="text/html;" charset="gb2312" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
<meta http-equiv="refresh" content="3" />
<title>树莓派实时监控站</title>
</head>
<body>
<center>
<font size="20" face="微软雅黑" color="#0074CD">
<b>树莓派<br>
实时监控站</b>
</font>
<hr />
<iframe src="http://你的树莓派固定ip:8001/?action=snapshot" scrolling=no width="320" height="240"> </iframe> <!--修改此处-->
<br />
<p>
<font size="5" color="#269C5D">
<b>Design by James</b>
</font>
</p>
<p>
<font size="5" color="#269C5D">
<i>a Web Monitoring Based on Raspberry Pi</i>
</font>
</p>
</center>
</body>
</html>