forked from ipectrinity/pseudonerds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDISCR.html
53 lines (52 loc) · 2.53 KB
/
DISCR.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Black Panther</title>
<link rel="stylesheet" href="stylesheet.css">
<link rel="stylesheet" href="responsive.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
</head>
<body>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<TABLE HEIGHT="100%" WIDTH="30%" HEIGHT="50%" bgcolor="mistyrose">
<TR>
<TD><div class="card">
<img src="black.jpg" WIDTH="70%" ALIGN="CENTER"><BR>
<FONT SIZE="4" COLOR="ROYAL BLUE" FACE="franklin gothic"><B>   THEATRICAL RELEASE POSTER</B><BR>
<p class="title"><FONT COLOR="ORANGERED" FACE="FRANKLIN GOTHIC" SIZE="3"><B>   Directed by - Ryan Coogler <BR>
   Produced by - Kevin Feige<br>
   Written by- Ryan Coogler<BR>
          Joe Robert Cole<BR>
   Starring-Chadwick Boseman<BR>
          Michael B. Jordan<BR>
          Lupita Nyong'o<BR>
          Danai Gurira<BR>
          Martin Freeman<BR>
          Daniel Kaluuya<BR>
          Letitia Wright<BR>
          Winston Duke<BR>
          Angela Bassett<BR>
          Forest Whitaker<BR>
          Andy Serkis<BR>
   Music by-Ludwig Göransson<BR>
   Cinematography-Rachel Morrison<BR>
   Edited by- Michael P. Shawver<BR>
       Debbie Berman<BR>
   Production company- Marvel Studios<br>
   Distributed by - Walt Disney Studios<br>
             Motion Pictures<br>
   Release date - January 29, 2018 (Dolby Theatre)<br>
             February 16, 2018 (United States)<br>
   Running time - 134 minutes<br>
   Country - United States<br>
   Language - English<br>
   Budget -$200 million<br>
   Box office -$1.348 billion<br>
</B><BR></P>
</div></TD>
</TABLE>
<script src="script.js"></script>
</body>
</html>