-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmovies.html
62 lines (57 loc) · 2.03 KB
/
movies.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
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>ONLINE MOVIE BOOKING</title>
<link rel="stylesheet" type="text/css" href="cmovies.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>
<marquee>
<h1> FESTIVE SEASON OFFER ⬇ <br>
💥💥 BOOK 3 TICKETS AT PRICE 2 💥💥 </h1>
</marquee>
<center>
<div class="grid" style="align-items: center">
<div class="grid-item"><a href="dollitle.html"> <img src="Dollitle.jpg">
</a>
</div>
<div class="grid-item"><a href="mcapmarvel.html"><img src="lcapmarvel.JPG">
</a>
</div>
<div class="grid-item"><a href="ww84.html"><img src="ww84.jpg">
</a>
</div>
<div class="grid-item"><a href="mshazam.html"><img src="lsahazam.JPG">
</a>
</div>
<div class="grid-item"><a href="furious.html"><img src="furious 9.jpg">
</a>
</div>
<div class="grid-item"><a href="mulan.html"><img src="mulan.jpeg">
</a>
</div>
<div class="grid-item"><a href="thegrudge.html"><img src="thegrudge.jpeg">
</a>
</div>
<div class="grid-item"><a href="birdsofprey.html"><img src="Birdsofprey.jpg">
</a>
</div>
<div class="grid-item"><a href="bloodshot.html"><img src="Bloodshot.jpeg">
</a>
</div>
</div>
</center>
</body>
</html>