-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhulk.html
More file actions
67 lines (67 loc) · 3.92 KB
/
hulk.html
File metadata and controls
67 lines (67 loc) · 3.92 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
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>無敵浩克</title>
<link rel="stylesheet" type="text/css" href="css/head_and_foot.css">
<link rel=stylesheet type="text/css" href="css/movie.css">
<link rel=stylesheet type="text/css" href="css/char_list.css">
<link rel="Shortcut Icon" type="image/x-icon" href="image/icon.png" />
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/menu.js"></script>
</head>
<body>
<div class="head">
<div class="headtext">
<label class="headtext" onclick="location.href='marvel.html'">MARVEL</label>
</div>
<div id="nav">
<div id="show">
<ul>
<li class="color_red">
<div class="main">
<img src="image/menu.png" style="width:50px; height:50px;"/>
</div>
<div class="subs">
<ul>
<li><a href="iron_man.html">鋼鐵人</a></li>
<li><a href="hulk.html">無敵浩克</a></li>
<li><a href="thor.html">雷神索爾</a></li>
<li><a href="captain_america.html">美國隊長</a></li>
<li><a href="spider_man.html">蜘蛛人</a></li>
<li><a href="black_panther.html">黑豹</a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="content">
<h1 style="color:rgb(21, 43, 13)">預告片</h1>
<div class="video">
<iframe width="560" height="315" src="https://www.youtube.com/embed/PaXlK2Wv2-4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<div class="introduction">
<h1 style="color:rgb(21, 43, 13)">劇情簡介</h1>
<p>
<img src="image/浩克/浩克海報.jpg" alt="iron man" style="max-width: 20%; max-height: 20%; margin-left:15px;">
主角布魯斯˙班奈是一名傑出的遺傳基因工程師。有一天,班奈的實驗室有重大的突破,但在實驗過程中,卻因疏忽而造成一場大爆炸。在爆炸的瞬間,班奈挺身而出,救回同事的性命,自己卻受到大量致命伽瑪射線的照射,卻奇蹟似地存活下來。
</p>
<p>
從此以後,每當情緒失控時,班奈便會失去意識,取而代之的是一個巨大怪物──綠巨人浩克。多方勢力為了爭取這個強大的力量而互相角力,造成世界上更大的危險。
</p>
</div>
</div>
<table class="table">
<tr>
<td><img class="table-item" src="image/浩克/icon/浩克.png" onclick="location.href='char/Bruce_Banner.html'"></td>
<td><img class="table-item" src="image/浩克/icon/貝蒂羅斯.png" onclick="location.href='char/Elizabeth_Betty_Ross.html'"></td>
<td><img class="table-item" src="image/浩克/icon/雷霆羅斯.png" onclick="location.href='char/Thunderbolt_Ross.html'"></td>
<td><img class="table-item" src="image/浩克/icon/惡煞.png" onclick="location.href='char/Мерзость.html'"></td>
</tr>
</table>
</body>
</html>