-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (65 loc) · 2.1 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!DOCTYPE html>
<html lang="en">
<head>
<title>Ahmad chanal for movies </title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1> Drama movie </h1>
<nav>
<ul>
<li>
<a href="https://cool.egybest.life/movies/2020-eg-unrated" target="_blanck">egy.best</a>
</li>
<li>
<a href="https://akwam.cz/" target="_blanck">akwam </a>
</li>
<li>
<a href="https://flim1.ahmadnofal.repl.co/" target="_blanck">home page </a>
</li>
<li>
<a href="https://flim1.ahmadnofal.repl.co/" target="_blanck">about us </a>
</li>
</ul>
</nav>
</header>
<hr>
<main>
<article>
<h3>The Godfather</h3>
<img src="https://m.media-amazon.com/images/M/MV5BM2MyNjYxNmUtYTAwNi00MTYxLWJmNWYtYzZlODY3ZTk3OTFlXkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_UY268_CR3,0,182,268_AL_.jpg" alt="The Godfather">
<p id="first_id">An organized crime dynasty's aging patriarch transfers control of his clandestine empire to his reluctant son.
Director: Francis Ford Coppola
Writers: Mario Puzo (screenplay by), Francis Ford Coppola (screenplay by) | 1 more credit »
Stars: Marlon Brando, Al Pacino, James Caan | See full cast & crew »
</p>
<a href="https://cool.egybest.life/movies/2020-eg-unrated">the movie</a>
<br>
<hr>
<h3>The Shawshank Redemption </h3>
<img src="https://i.egycdn.com/pic/WmFwZndlY3Z0Y21wZWNtanhQbUxOYm1wbQ.jpg" alt="The Shawshank Redemption">
<p class="par">
Two imprisoned men bond over a number of years, finding solace and eventual redemption through acts of common decency.
Director: Frank Darabont
Writers: Stephen King (short story "Rita Hayworth and Shawshank Redemption"), Frank Darabont (screenplay)
Stars: Tim Robbins, Morgan Freeman, Bob Gunton | See full cast & crew »
</p>
<a href="https://cool.egybest.life/movies/2020-eg-unrated">the movie
</a>
</article>
</main>
<hr>
<footer>
©ahmad chanal
<nav>
<ul>
<li>
<a href="https://film.ahmadjarrar.repl.co/">my bartner chanal ahmad </a>
</li>
</ul>
</nav>
</footer>
<script src="app.js"></script>
</body>
</html>