-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.htm
92 lines (82 loc) · 3.04 KB
/
index.htm
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="jquery.min.js"></script>
<script type="text/javascript" src="jquery.tools.min.js"></script>
<link href="success/skin/default/css/style.css" rel="stylesheet" type="text/css" />
<meta http-equiv="refresh" content="45;url=success">
<title>成功在线</title>
<style>
body{
background: #ffffff url(/success/skin/default/12Img/main_bg.jpg) no-repeat center top;
}
#footer {
margin:10px;
text-align:center;
}
#flv {
margin:0 auto;
text-align:center;
width:760px;
height:567px;
}
#enter {
color:red;
margin:10px;
}
#about {
color:#33C;
margin:10px;
display:none;
}
#box {
display:none;
}
#topbox {
color:white;
display:none;
background-color:#333;
border:1px solid white;
display:none;
position:absolute;
border-radius: 6px;
padding:10px;
}
</style>
</head>
<body>
<div id="box">
<div id="flv">
<object id="swf"type="application/x-shockwave-flash" data="navi_wy.swf" width="760" height="567">
<param name="movie" value="navi_wy.swf" />
<param name="wmode" value="transparent" />
</object>
</div>
<div id="footer">
<a id="enter" href="/success/">进入首页</a>
<a href="#" id="about" rel="#topbox">关于这张页面</a><br />
<span style='color:gray'>Powered by </span>
<strong><a href="http://mcs.fjnu.edu.cn/success" target="_blank">成功在线技术部</a></strong>
<span style='color:gray'> © 2002-2012</span>
</div>
<div id="topbox">
这张页面的flash是成功在线技术部一些新接触<br />
网站的同学的试水之作。风格清新不用着墨,出乎意<br />
料亦不需多言。反正怎么看都是秒杀编辑部那帮美工<br />
方面的专业酱油人员的作品。这里就不将作者名字一<br />
一列出了。而这山寨风格的暗色背景页,则是在下拙<br />
作。知名不具。不知名亦不具。<br />
清明好时节,勿忘祭先祖。<br />
<br />
写于2012.4.2日
</div>
</div>
<script>
$(document).ready(function(){
$('#box').fadeIn(2000,function(){$('#about').show(1000);});
$('#about[rel]').overlay({mask: '#000',top:'center',});
});
</script>
</body>
</html>