-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.71 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/7e0c6721d0.js" crossorigin="anonymous"></script>
<title>Free Guy (2021)</title>
</head>
<body>
<h1>Free Guy (2021)</h1>
<p> <i> Life's toos hort to bea background character.</i></p>
<h2>Overview</h2>
<p>A bank teller discovers he is actually a background player in an open-world video game, and decides to become the hero of his own story. Now, in a world where there are no limits, he is determined to be the guy who saves his world his way before it's too late.</p>
<img src="images/image.jpg" alt="Free Guy Poster" width="250">
<hr>
<table border="1">
<tbody>
<tr>
<th>Budget <i class="fa-solid fa-file-invoice-dollar"></i></th>
<td>$110,000,000.00</td>
</tr>
<tr>
<th>Revenue <i class="fa-solid fa-coins"></i></th>
<td>$331,526,598.00</td>
</tr>
</tbody>
</table>
<hr>
<p>
<a href="https://www.themoviedb.org/movie/550988-free-guy" target="_blank">Source <i class="fa-solid fa-external-link-alt"></i></a>
</p>
<footer>
<h3>Find me to discuss the movie</h3>
<ul>
<li><a href="#">Twitter <i class="fa-brands fa-twitter"></i></a></li>
<li><a href="#">Instagram <i class="fa-brands fa-instagram"></i></a></li>
<li><a href="#">Facebook <i class="fa-brands fa-facebook"></i></a></li>
</ul>
<p> K. S. © 2024</p>
</footer>
</body>
</html>