-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanimation.html
68 lines (63 loc) · 2.24 KB
/
animation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="user-scalable=0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>动画</title>
<link rel="stylesheet" type="text/css" href="css/website.css">
</head>
<body>
<div class="nav-wrapper">
<div class="logo">
<span>ZhuMeng</span>
</div>
<div class="main-nav">
<ul>
<li><a href="index.html">首页</a></li>
<li><a href="movie.html">电影</a></li>
<li><a href="tvplay.html">电视剧</a></li>
<li><a href="animation.html">动画</a></li>
<li><a href="documentary.html">纪录片</a></li>
<li><a href="about.html">关于网站</a></li>
</ul>
</div>
<div class="search">
<input type="text" placeholder="Search here">
<button type="submit">search</button>
</div>
</div>
<div class="row-line">
<div>
<a href="ndmz.html"><img src="images/ndmz.jpg" alt="你的名字"></a>
<a href="ndmz.html"><p>你的名字</p></a>
</div>
<div>
<a href="hzw.html"><img src="images/hzw.jpg" alt="海贼王"></a>
<a href="hzw.html"><p>海贼王</p></a>
</div>
<div>
<a href="hyrz.html"><img src="images/hyrz.jpg" alt="火影忍者"></a>
<a href="hyrz.html"><p>火影忍者</p></a>
</div>
</div>
<div class="row-line">
<div>
<a href="fkdwc.html"><img src="images/fkdwc.jpg" alt="疯狂动物城"></a>
<a href="fkdwc.html"><p>疯狂动物城</p></a>
</div>
<div>
<a href="qsmyzzzbj.html"><img src="images/qsmyzzzbj.jpg" alt="秦时明月之诸子百家"></a>
<a href="qsmyzzzbj.html"><p>秦时明月之诸子百家</p></a>
</div>
<div>
<a href="kb.html"><img src="images/kb.jpg" alt="魁拔"></a>
<a href="kb.html"><p>魁拔</p></a>
</div>
</div>
<!--版权信息-->
<div class="foot">
Copyright © 2017 地表最强小组. All Rights Reserved 赣ICP备17007077号
</div>
</body>
</html>