-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclassification.html
36 lines (33 loc) · 963 Bytes
/
classification.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
<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="bg1.jpg" /></div>
<div class="main">
<ul id="nav">
<br /><br /><br />
<li id="current"><a href="http://localhost/phpExcelReader/jcs.php"><font color="black"><strong>计算机网络</strong></font></a></li>
<br /><br /><br />
<li id="current"><a href="http://localhost/phpExcelReader/jcs.php"><font color="black"><strong>数据挖掘及知识发现领域</strong></font></a></li>
<br /><br /><br />
<li id="current"><a href="http://localhost/phpExcelReader/jcs.php"><font color="black"><strong>视频通信领域</strong></font></a></li>
</ul>
</div>
</body>
</html>