-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathww84.html
42 lines (39 loc) · 1.32 KB
/
ww84.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
<!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="ww84.jpg"> </center><br><br><br>
<center>
<h2>
<p>Wonder Woman squares off against Maxwell Lord and
the Cheetah, a villainess who possesses superhuman strength and agility.
</p>
</h2>
<h3>
<p>
<br>Director: Patty Jenkins
<br>Writers: Patty Jenkins, Geoff Johns, David Callaham
<br>Stars: Gal Gadot, Kristen Wiig, Chris Pine, Pedro Pascal </p>
</h3>
</center>
<br>
<center> <a href="bookamovie.html"> <button type="submit">BOOK NOW</button></a></center>
</body>
</html>