-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintelligentmarket.html
49 lines (48 loc) · 3.09 KB
/
intelligentmarket.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
<!DOCTYPE html>
<html>
<head>
</head>
<body style="background-color:#E6E6E6;">
<header>
<nav>
<a href="">Home</a>
<a href="">Catalog</a>
<input type="text" name="search">
<input type="submit" value="search">
<a href="">MyItems</a>
<a href="">Setting</a>
</nav>
</header>
<hr/>
<div id="ad" style="height:200px;">
<img src="./img/banner.png" height="200px" width=100%>
</div>
<hr/>
<div id="content">
<div id="items" style="height:150px;width:440px;float:left;background-color:white;margin:8px;">
<img src="./img/banner.png" height="150px" width="150px" style="float:left;">
<div id="text" style="height:150px;"><p><b>Camera Notifier</b><br/>Input:Camera image<br/>Intelligent:Detect object<br/>Action:Send email</p><form style="float:right;margin-right:10px;" name="install" action="" method="get"><input type="submit" value="Install"></form></div>
</div>
<div id="items" style="height:150px;width:440px;float:left;background-color:white;margin:8px;">
<img src="./img/banner.png" height="150px" width="150px" style="float:left;">
<div id="text" style="height:150px;"><p><b>Camera Notifier</b><br/>Input:Camera image<br/>Intelligent:Detect object<br/>Action:Send email</p><form style="float:right;margin-right:10px;" name="install" action="" method="get"><input type="submit" value="Install"></form></div>
</div>
<div id="items" style="height:150px;width:440px;float:left;background-color:white;margin:8px;">
<img src="./img/banner.png" height="150px" width="150px" style="float:left;">
<div id="text" style="height:150px;"><p><b>Camera Notifier</b><br/>Input:Camera image<br/>Intelligent:Detect object<br/>Action:Send email</p><form style="float:right;margin-right:10px;" name="install" action="" method="get"><input type="submit" value="Install"></form></div>
</div>
<div id="items" style="height:150px;width:440px;float:left;background-color:white;margin:8px;">
<img src="./img/banner.png" height="150px" width="150px" style="float:left;">
<div id="text" style="height:150px;"><p><b>Camera Notifier</b><br/>Input:Camera image<br/>Intelligent:Detect object<br/>Action:Send email</p><form style="float:right;margin-right:10px;" name="install" action="" method="get"><input type="submit" value="Install"></form></div>
</div>
<div id="items" style="height:150px;width:440px;float:left;background-color:white;margin:8px;">
<img src="./img/banner.png" height="150px" width="150px" style="float:left;">
<div id="text" style="height:150px;"><p><b>Camera Notifier</b><br/>Input:Camera image<br/>Intelligent:Detect object<br/>Action:Send email</p><form style="float:right;margin-right:10px;" name="install" action="" method="get"><input type="submit" value="Install"></form></div>
</div>
<div id="items" style="height:150px;width:440px;float:left;background-color:white;margin:8px;">
<img src="./img/banner.png" height="150px" width="150px" style="float:left;">
<div id="text" style="height:150px;"><p><b>Camera Notifier</b><br/>Input:Camera image<br/>Intelligent:Detect object<br/>Action:Send email</p><form style="float:right;margin-right:10px;" name="install" action="" method="get"><input type="submit" value="Install"></form></div>
</div>
</div>
</body>
</html>