-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (42 loc) · 1.76 KB
/
index.html
File metadata and controls
43 lines (42 loc) · 1.76 KB
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
<!DOCTYPE html>
<head>
<title>Avtar</title>
<link rel="stylesheet"type="text/css" href="style.css">
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<body>
<div class="card">
<div class="poster">
<img src="poster.jpg">
</div>
<div class="details">
<img src="avtarlogo.png" class="logo">
<h3>Directed by James Cameron</h3>
<div class="rating">
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-regular fa-star"></i>
<span>4/5</span>
</div>
<div class="tags">
<span>Sci-fi</span>
<span>Action</span>
</div>
<div class="info">
<p>This is a movie full of action and technology directed by James Cameron.if you want to download it come here</p>
</div>
<div class="cast">
<h4>Cast</h4>
<ul>
<li><img src="cast1.jpg"></li>
<li><img src="cast2.jpg"></li>
<li><img src="cast3.jpg"></li>
<li><img src="cast4.jpg"></li>
<li><img src="cast5.jpg"></li>
</ul>
</div>
</div>
</div>
</body>