-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (44 loc) · 1 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<link rel="stylesheet" href="css/css.css"/>
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon" />
<title></title>
</head>
<body>
<header>
<ul class="nav">
<li class="laGou">拉勾</li>
<li class="zhiLian">智联</li>
<li class="boss">BOOS直聘</li>
<li ><a target="view,window" class="git" href="https://github.com/qingjing246/phantom.js">github</a></li>
</ul>
</header>
<div class="box">
<table class="list" border="1" align="center">
<tr>
<th>
地址
</th>
<th>
职位
</th>
<th>
薪资
</th>
<th>
经验
</th>
<th>
发布时间
</th>
<th>
公司
</th>
</tr>
</table>
</div>
<script src="js/base.js"></script>
</body>
</html>