-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlab.html
33 lines (29 loc) · 1.25 KB
/
lab.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
<html>
<head><META http-equiv=Content-Type content="text/html; charset=gbk">
<title>实验室</title>
</head>
<style type="text/css">
div#div1{
position:fixed;
top:0;
left:0;
bottom:0;
right:0;
z-index:-1;
}
div#div1 > img {
height:100%;
width:100%;
border:0;
}
</style>
<body>
<div id="div1"><img src="bg.jpg" /></div>
<table border="0" cellspacing="0" bordercolor="#66ccff" cellpadding="0" width="960" align="center">
<tr>
<td valign="top" align="center"></td>
</tr>
<tr>
<td class="h1" height="54" valign="middle" width="960" align="center"><a href="http://localhost/phpExcelReader/classification.html">会议期刊</a>             <a href="/sites/ccf/aboutpm.jsp?contentId=2567814757463"> 已发表论文统计</a>            <a href="/sites/ccf/fankuipm.jsp">个人简介</a>              <a href="/sites/ccf/lianxipm.jsp?contentId=2567814757456">周报</a>              <a href="/sites/ccf/lianxipm.jsp?contentId=2567814757456">公共资源</a></td></tr>
</body>
</html>