-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprxd.html
55 lines (49 loc) · 2.43 KB
/
prxd.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/prxd.jpg" alt="怦然心动">
<p>怦然心动</p>
</div>
<div class="info">
<p>怦然心动 Flipped (2010)</p>
<p>导演: 罗伯·莱纳</p>
<p>类型: 剧情 / 喜剧 / 爱情</p>
<p>
布莱斯全家搬到小镇,邻家女孩朱丽前来帮忙。她对他一见钟情,心愿是获得他的吻。两人是同班同学,她一直想方设法接近他,但是他避之不及。她喜欢爬在高高的梧桐树上看风景。但因为施工,树被要被砍掉,她誓死捍卫,希望他并肩作战,但是他退缩了。她的事迹上了报纸,外公对她颇有好感,令他十分困惑。她凭借鸡下蛋的项目获得了科技展第一名,成了全场焦点,令他黯然失色。她把自家鸡蛋送给他,他听家人怀疑她家鸡蛋不卫生,便偷偷把鸡蛋丢掉。她得知真相,很伤心,两人关系跌入冰点。她跟家人诉说,引发争吵。原来父亲一直攒钱照顾傻弟弟,所以生活拮据。她理解了父母,自己动手……
</p>
</div>
</div>
<p class="link">百度云链接:<a href="https://pan.baidu.com/s/1gfq3Sgr">https://pan.baidu.com/s/1gfq3Sgr</a></p>
<div class="foot">
Copyright © 2017 地表最强小组. All Rights Reserved 赣ICP备17007077号
</div>
</body>
</html>