-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
111 lines (103 loc) · 3 KB
/
test.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML>
<!--
Horizons by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>CDC AirBox</title>
<meta charset="utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<script>
$(function(){
$("#footer").load("footer.html");
});
</script>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header"></div>
<!-- Featured -->
<div class="wrapper style2">
<section class="container">
<header class="major">
<h2>IAQ sensors</h2>
<span class="byline">目前設置在各安養院的室內空氣環境感測器</span>
</header>
<div class="row no-collapse-1">
<section class="4u">
<a href="#" class="image feature"><img src="images/pic_7688.jpg" alt=""></a>
<p>LinkIt 7688 NB-IoT version</p>
</section>
<section class="4u">
<a href="#" class="image feature"><img src="images/MAPS_02.jpg" alt=""></a>
<p>OLED 顯示畫面</p>
</section>
<section class="4u">
<a href="#" class="image feature"><img src="images/MAPS_01.jpg" alt=""></a>
<p>MAPSv6</p>
</section>
</div>
</section>
</div>
<!-- Main -->
<div id="main" class="wrapper style1">
<section class="container">
<header class="major">
<h2>IAQ AirBox LineBot</h2>
<span class="byline">What can IAQ AirBox LineBot do?</span>
</header>
<div class="row">
<!-- Content -->
<div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-wrench"></span>
<h3>Status</h3>
<span>即時查詢指定機器的上線及環境狀況</span>
</li>
<li>
<span class="fa fa-cloud"></span>
<h3>Website</h3>
<span>透過網站觀看機器詳細資料</span>
</li>
</ul>
</section>
</div>
<div class="6u">
<section>
<ul class="style">
<li>
<span class="fa fa-cogs"></span>
<h3>Help</h3>
<span>查詢LineBot有哪些功能</span>
</li>
<li>
<span class="fa fa-leaf"></span>
<h3>LASS</h3>
<span>透過LASS的介面觀看機器詳細資料</span>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer"></div>
</body>
</html>