-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
172 lines (143 loc) · 6.08 KB
/
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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!DOCTYPE HTML>
<html>
<head>
<meta charset="UTF-8">
<title>Google</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<div class="creative">
<div class="creative1">
<ul class="creative_ul">
<li class="creative2">
<a class="creative3" href="https://plus.google.com/">
<span class="creative4"></span>
<span class="creative5">+你</span>
</a>
</li>
<li class="creative2">
<a class="creative6" href="https://www.google.com/webhp">
<span class="creative4"></span>
<span class="creative5">搜索</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://www.google.com/imghp">
<span class="creative4"></span>
<span class="creative5">图片</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://maps.google.com/">
<span class="creative4"></span>
<span class="creative5">地图</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://play.google.com/">
<span class="creative4"></span>
<span class="creative5">Play</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://www.youtube.com/">
<span class="creative4"></span>
<span class="creative5">YouTube</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://mail.google.com/">
<span class="creative4"></span>
<span class="creative5">Gmail</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://news.google.com.hk/nwshp?hl=zh-CN&tab=wn">
<span class="creative4"></span>
<span class="creative5">新闻</span>
</a>
</li>
<li class="creative2">
<a class="creative3" href="https://www.google.com/options/">
<span class="creative4"></span>
<span class="creative5">More</span>
</a> <div class="gbm" id="gbd">
<div id="gbmmb" class="gbmc gbsb gbsbis">
<ol id="gbmm" class="gbmcc gbsbic">
<li class="gbmtc">
<a class="gbmtc" href="https://drive.google.com/a/hustunique.com/?tab=wo#my-drive">云端硬盘</a>
</li>
<li class="gbmtc">
<a class="gbmtc" href="https://drive.google.com/a/hustunique.com/?tab=wo#my-drive">日历</a>
</li>
<li class="gbmtc">
<a class="gbmtc" href="https://translate.google.com.hk/?hl=zh-CN&tab=wT">翻译</a>
</li>
<li class="gbmtc">
<a class="gbmtc" href="https://www.blogger.com/?tab=wj">Blogger</a>
</li>
<li class="gbmtc">
<a class="gbmtc" href="https://www.google.com.hk/finance?hl=zh-CN&tab=we">财经</a>
</li>
<li class="gbmtc">
<a class="gbmtc" href="https://plus.google.com/up/accounts/upgrade/?continue=https://plus.google.com/photos?hl%3Dzh-CN%26tab%3Dwq&hl=zh-CN">相册</a>
</li>
<li class="gbmtc">
<a class="gbmtc" href="https://www.google.com.hk/videohp?hl=zh-CN">视频</a>
</li>
<li class="gbmtc">
<div class="gbmt gbmh"></div>
</li>
<li class="gbmtc">
<a class="gbmt" href="http://www.google.com/intl/zh-CN/about/products/">更多~</a>
</li>
</ol>
<div class="gbsbt"></div>
<div class="gbsbb"></div>
</div>
</div>
</li>
</ul>
</div>
<div class="creative_right">
<ul class="creative_ul">
<li class="creative2">
<a class="creative3" href="https://accounts.google.com/">
<span class="creative4"></span>
<span class="creative5">Sign In</span>
</a>
</li>
</ul>
</div>
<div class="top_black_line">
</div>
</div>
<div>
<center>
<div class="logo">
<img src="logo.png" height="95px" width="269px" draggable="false">
</div>
<div class="search_area">
<form>
<input class="search_form">
<table class="search_button">
<tr>
<td width=50%>
<input type="submit" value="Google 搜索">
</td>
<td width=50%>
<input type="submit" value="手气不错">
</td>
</tr>
</table>
</form>
<font size="-1",id="addlang">
"Google.com.hk 使用下列语言: "
<a href="https://www.google.com.hk/">中文繁体</a>
<a href="https://www.google.com.hk/">English</a>
</font>
</div>
</center>
</div>
</body>
</html>