-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbloodshot.html
52 lines (48 loc) · 1.73 KB
/
bloodshot.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
<!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="Bloodshot.jpeg"> </center><br><br><br>
<center>
<h2>
<p> Recently killed in action, soldier Ray Garrison gets a new lease on life when the
RST Corp. brings him back from the dead. With an army of nanotechnology in his veins, he's an
unstoppable force -- stronger than
ever with the power to heal instantly. But when the company decides to manipulate his mind and
memories, Garrison must embark on a desperate mission to find out what's real and what's not.</p>
</h2>
<h3>
<p>
<br>
<br>
<br>
<br>Director: Dave Wilson
<br>Writers: Yvel Guichet, Eric Heisserer
<br>Stars: Vin Diesel, Guy Pearce, Eiza González, Sam Heughan </p>
</h3>
</center>
<br>
<br>
<br>
<br>
<br>
<center> <a href="bookamovie.html"> <button type="submit">BOOK NOW</button></a></center>
</body>
</html>