-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhyrz.html
55 lines (49 loc) · 2.47 KB
/
hyrz.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
<!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="subject">
<div class="pic">
<img src="images/hyrz.jpg" alt="火影忍者">
<p>火影忍者</p>
</div>
<div class="info">
<p>火影忍者 NARUTO -ナルト- (2002) </p>
<p>导演: 伊达勇登</p>
<p>类型: 喜剧 / 动画 / 冒险</p>
<p>
简介:十多年前一只拥有巨大威力的妖兽“九尾妖狐”袭击了木叶忍者村,当时的第四代火影拼尽全力,以自己的生命为代价将“九尾妖狐”封印在了刚出生的鸣人身上。木叶村终于恢复了平静,但村民们却把鸣人当成像“九尾妖狐”那样的怪物看待,所有人都疏远他。鸣人自小就孤苦无依,一晃十多年过去了,少年鸣人考入了木叶村的忍者学校,结识了好朋友佐助和小樱。佐助是宇智波家族的传人之一,当他还是小孩的时候他的哥哥——一个已经拥有高超忍术的忍者将他们家族的人都杀死了,然后投靠了一直想将木叶村毁灭的大蛇丸,佐助自小就发誓要超越哥哥,为家族报仇。鸣人他们在忍者学校得到了教官卡卡西……
</p>
</div>
</div>
<p class="link">链接:<a href="http://v.youku.com/v_show/id_XNTQwMTgxMTE2.html">http://v.youku.com/v_show/id_XNTQwMTgxMTE2.html</a></p>
<div class="foot">
Copyright © 2017 地表最强小组. All Rights Reserved 赣ICP备17007077号
</div>
</body>
</html>