-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsearch.html
More file actions
51 lines (51 loc) · 1.58 KB
/
search.html
File metadata and controls
51 lines (51 loc) · 1.58 KB
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<link rel="stylesheet" type="text/css" href="css/public.css" />
<link rel="stylesheet" type="text/css" href="css/search.css" />
<!--[if it IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.js"></script>
<![end if]-->
</head>
<body>
<div class="search">
<!--header-->
<header>
<a href="index.html"><i class="iconfont"></i></a>
<form action="" method="post">
<input type="text" value="" placeholder="大家都在搜索马卡龙"/>
</form>
<a href=""><i class="iconfont"></i></a>
</header>
<div class="history">
<h2>历史搜索</h2>
<div>
<a href=""><span>曲奇</span></a>
<a href=""><span>果干</span></a>
<a href=""><span>冰激凌</span></a>
<a href=""><span>奶油蛋糕</span></a>
<a href=""><span>戚风蛋糕</span></a>
</div>
</div>
<div class="history">
<h2>热门搜索</h2>
<div>
<a href=""><span>蛋挞</span></a>
<a href=""><span>中式蛋糕</span></a>
<a href=""><span>茉莉花茶</span></a>
<a href=""><span>水果沙拉</span></a>
<a href=""><span>马芬</span></a>
<a href=""><span>冰点咖啡</span></a>
<a href=""><span>镜面蛋糕</span></a>
<a href=""><span>牛奶慕斯</span></a>
</div>
</div>
</div>
<script type="text/javascript" src="js/public.js" ></script>
</body>
</html>