-
Notifications
You must be signed in to change notification settings - Fork 0
/
bad.html
100 lines (94 loc) · 3.27 KB
/
bad.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
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
93
94
95
96
97
98
99
100
<!DOCTYPE HTML>
<!--[if IE 6]><html class="ie6 lte9 lte7 no-css3" lang="zh-cn"><![endif]-->
<!--[if IE 8]><html class="ie8 lte9 no-css3" lang="zh-cn"><![endif]-->
<!--[if IE 9]><html class="ie9 lte9 no-css3" lang="zh-cn"><![endif]-->
<!--[if IE 7]><html class="ie7 lte9 lte7 no-css3" lang="zh-cn"><![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) | !(IE 9) ]><!--><html lang="zh-cn"><!--<![endif]-->
<head>
<meta charset="UTF-8">
<!-- 为ie6添加处理png的js文件-->
<!--[if IE 6]>
<script type="text/javascript" src="script/DD_belatedPNG_0.0.8a-min.js"></script>
<script type="text/javascript">
DD_belatedPNG.fix(".dd-pngfix"); //给所有需要处理的png图片加上dd-pngifx这个class,就可以处理了
</script>
<![endif]-->
<!-- // static meta // -->
<meta name="description" content="">
<meta name="keywords" content="">
<link rel="shortcut icon" href="">
<title>404</title>
<link rel="stylesheet" type="text/css" href="style/reset.css">
<link rel="stylesheet" type="text/css" href="style/nav.css">
<link rel="stylesheet" type="text/css" href="style/news.css">
<script type="text/javascript" src="script/jquery-1.8.3.min.js"></script>
</head>
<body>
<div id="fixedHead">
<div id="header">
<a href="index.html" class="logo" title="大连理工大学软件学院创新实践中心" style='top: 0px'>
<img src="img/logo.png" alt="创新实践中心">
<!-- <span>创新实践中心</span> -->
</a>
<div id="nav">
<ul>
<li class="about">
<a href="about.html">
<span>
中心介绍
<strong>
about CIPPUS
</strong>
</span>
</a>
</li>
<li class="news">
<a href="news.html">
<span>新闻<strong>news</strong></span>
</a>
</li>
<li class="works">
<a href="works.html">
<span>成果展示<strong>achievement</strong>
</span>
</a>
</li>
<li class="models">
<a href="models.html">
<span>榜样<strong>model students</strong></span>
</a>
</li>
<li class="groups">
<a href="groups.html">
<span>中心实践组<strong>groups</strong>
</span>
</a>
</li>
<li class="teams">
<a href="teams.html">
<span>团队介绍<strong>teams</strong>
</span>
</a>
</li>
</ul>
</div>
<!-- end nav -->
</div>
<!-- end header -->
</div>
<!-- end fixedhead-->
<!-- 用来实现导航栏下的 黑色渐变 -->
<div id="navBlack"></div>
<div id="navBlack2"></div>
<div id="container" style="width:100%">
<div style="margin-top:10%">
<img style="width:100%" src="img/website_under_construction1.png">
<!-- <div style="font-size:3em"><p>前方正在施工</p><P style="font-size:0.5em">Construction Ahead</P></div> -->
<div style="font-size:2em;color:black;display:block;">发现bug或者有什么建议请在<a href="http://zhan.renren.com/cippuswebbuilder">人人小站</a>留言</div>
</div>
</div>
<!-- end container -->
<div id="footer"></div>
<!-- end footer-->
</body>
</html>