-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (57 loc) · 2.23 KB
/
index.html
File metadata and controls
58 lines (57 loc) · 2.23 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>英画电影</title>
<link href="css/header.css" rel="stylesheet" />
<link href="css/index.css" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="css/indexIMG4.css" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<!--特效-->
<div id="headersBG" style="box-shadow: 2px 0 5px #000;"></div>
<!--导航-->
<div id="headers">
<div id="hdlogo">
<img src="img/logo.png" />
</div>
<div id="navs">
<div id="nav1">
<img src="img/ts1.png" />
</div>
<ul>
<li><a href="">主页</a></li>
<li onmouseover="NAVhover(this)" onmouseout="NAVout(this)">
<a href="">作品展示</a>
<div class="NAVhover"><a href="" >影视作品</a><a href="">平面作品</a></div>
</li>
<li onmouseover="NAVhover(this)" onmouseout="NAVout(this)">
<a href="">关于我们</a>
<div class="NAVhover"><a href="" >团队介绍</a><a href="">艺人展示</a><a href="">现在报名</a></div>
</li>
<li>
<a href="">合作机构</a>
</li>
</ul>
</div>
</div>
<!--导航结束-->
<!--展示区域-->
<ul class="cb-slideshow">
<li><span></span><div><h3>自由无限</h3></div></li>
<li><span></span><div><h3>年轻没什么不好</h3></div></li>
<li><span></span><div><h3>CRAZY·FOR·CODE</h3></div></li>
<li><span></span><div><h3>FOR</h3></div></li>
<li><span></span><div><h3>自由无限</h3></div></li>
<li><span></span><div><h3>CRAZY·FOR·CODE</h3></div></li>
</ul>
<!--展示区域结束-->
</body>
</html>
<script src="js/jquery-1.7.2.js"></script>
<script src="js/indexHead.js"></script>