-
Notifications
You must be signed in to change notification settings - Fork 0
/
tab.html
64 lines (59 loc) · 2.07 KB
/
tab.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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href='https://fonts.googleapis.com/css?family=Ubuntu:300,400|Montserrat:700' rel='stylesheet' type='text/css'>
<link href='css/style.css' rel='stylesheet' type='text/css'>
<link href='css/alerty.css' rel='stylesheet' type='text/css'>
<link href="https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/buildtree.css">
</head>
<body>
<div class="wrap-search">
<div class="search">
<input type="search" class="searchTerm" placeholder="想知道什么?">
<div class="btngroup">
<button type="button" class="searchButton baidu" data-type="1">
百度
</button>
<button type="button" class="searchButton" data-type="2">
谷歌
</button>
<button type="button" class="searchButton" data-type="3">
必应
</button>
</div>
</div>
</div>
<div class="main">
<div class="wrap noTouchy" id="myList">
<!-- <div class="button small textPip" id="blue">
<span></span>
</div> -->
</div>
<div class="wrap noTouchy">
<div class="button small textPip toggle" id="pink">
<span>ctrl</span>
</div>
<div class="button small textPip toggle" id="pink">
<span>alt</span>
</div>
<div class="button small textPip space" id="pink">
<span>            </span>
</div>
<div class="button small textPip toggle" id="pink">
<span>alt</span>
</div>
<div class="button small textPip toggle" id="pink">
<span>ctrl</span>
</div>
</div>
</div>
<nav>
<ul class="mcd-menu">
</ul>
</nav>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/alerty.js"></script>
<script type="text/javascript" src="js/tab.js"></script>
</body>
</html>