-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmcapmarvel.html
32 lines (32 loc) · 1.22 KB
/
mcapmarvel.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
<!DOCTYPE html>
<html>
<head>
<title>ONLINE MOVIE BOOKING</title>
<link rel="stylesheet" type="text/css" href="allmovies.css">
</head>
<body>
<center>
<a href="index.html"><img src="LOGO1.JPG" class="logo"> </a>
<div class="topnav">
<a href="index.html">Home</a>
<a class="active" href="movies.html">Movies</a>
<a href="bookamovie.html">Book A movie</a>
<a href="aboutus.html">About Us</a>
<div class="sign">
<a href="signin.html">Sign In</a>
<a href="signup.html">Sign Up</a>
</div>
</div>
</center>
<br><br><br><br><br><br>
<center><img src="lcapmarvel.JPG"> </center><br><br><br>
<center><h2> <p>Carol Danvers becomes one of the universe's most powerful heroes when Earth is caught in the middle of a galactic war between two alien races. </p></h2><h3>
<p>
<br>Director: Anna Boden, Ryan Fleck
<br>Writers: Anna Boden (screenplay by), Ryan Fleck (screenplay by)
<br>Stars: Brie Larson, Samuel L. Jackson, Ben Mendelsohn </p></h3>
</center>
<br>
<center> <a href="bookamovie.html"> <button type="submit">BOOK NOW</button></a></center>
</body>
</html>