-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (47 loc) · 1.17 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
<!DOCTYPE html>
<html>
<head>
<title>招聘专场</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=0.5" />
<style>
body {
background: #860000;
}
html,
body,
img {
margin: 0;
padding: 0
}
img {
display: block;
width: 100%;
vertical-align: top;
}
a {
display: block;
color: #fff;
text-align: center;
margin: 5px 0;
padding: 10px 0;
text-decoration: none;
background: #000;
}
a:hover {
background: #fff;
color: #000;
}
</style>
</head>
<body>
<a target="_blank" href="/ac/">腾讯校招鹅历</a>
<a target="_blank" href="/paipai/">拍拍网招聘</a>
<a target="_blank" href="/teg/">腾讯TEG招聘</a>
<a target="_blank" href="/tgame/">一场别有用心的发布会</a>
<a target="_blank" href="/tgc/">TGC品牌站</a>
<a target="_blank" href="/tid/">财付通招聘</a>
<a target="_blank" href="/yes/">Ye游节枪战季</a>
<a target="_blank" href="/yixun/">京东易迅招聘</a>
</body>
</html>