-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuri.html
More file actions
85 lines (77 loc) · 4.4 KB
/
uri.html
File metadata and controls
85 lines (77 loc) · 4.4 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
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>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="uri1.css">
<title>Movie Review</title>
</head>
<body>
<div class="container">
<div class="movie-info">
<img id="movie-poster" src="uri.jpg" width="200" alt="Movie Poster">
<br>
<div>
<U>
<h2 id="movie-title">Uri:The Surgical Strike(2019).(2h18m)</h2>
</U>
<br>
<u>
<h2>Rating</h2>
</u>
<span>Rating <span class="star" data-value="1">★ 8.2</span></span>
<div>
<br>
<div>URI - The Surgical Strike is based on the 2016 Indian Army's surgical strikes on Pakistan
Administered Kashmir as retaliation for the Uri attack. Directed by debutant Aditya Dhar, the
movie is a harrowing adventure behind the headlines that is at once a riveting procedural and,
at the same time, a bracing political statement on the war based on terror. The movie succeeds
in generating enormous tension by dramatizing a recent historical event in spite of the fact
that everyone knows how it will end.
On 18 September 2016, four heavily armed militants attacked on Indian security forces near the
town of Uri in Jammu and Kashmir. Film URI chronicles the events of the surgical strike. The
fictional story based on this true event recounts the fatal operation which was carried out in
2016.The movie is divided into five chapters that lead to the finale of surgical strike. Major
Vihan Singh Shergill (Vicky Kaushal), a brave and determined officer, is grappling with personal
tragedy. Govind (Paresh Rawal), an Indian intelligence & law enforcement officer, appoints Vihan
for the highly secretive operation of surgical strike that’s planned under the guidance of PM
Narendra Modi (Rajit Kapur). It's up to Vihan and his special team force to accomplish this
daredevil mission. Will they succeed?</div>
<hr>
<p> Director: Aditya Dhar</p>
<hr>
<p>Writer:Aditya Dhar</p>
<hr>
<p>Stars: Vicky Kaushal, Paresh Rawal, Yami Gautam, Kirti Kulhari, Swaroop Sampat, Mohit Raina and Rajit Kapur.</p>
<hr>
</div>
<div>
<b>
<u>
<h4>STREAMING</h4>
</b>
</u>
<!-- <a href="https://netflix.com"><img id="netflix" src="netflix.png" width="100"></a> -->
<!-- <a href="https://jio.com"><img id="netflix" src="jiotv.png" width="100"></a> -->
<!-- <a href="https://sonyliv.com"><img id="netflix" src="sonyliv.png" width="100"></a> -->
<!-- <a href="https://hotstar.com"><img id="netflix" src="hotster.png" width="100"></a> -->
<a href="https://zee5.com"><img id="netflix" src="zee5.png" width="100"></a>
</div>
<div class="review-section">
<h3>User Feedback:</h3>
<textarea id="review-text" rows="3" cols="50"></textarea>
<h3>User Rating:</h3>
<div id="rating-stars" class="stars">
<span class="star" data-value="1">★</span>
<span class="star" data-value="2">★</span>
<span class="star" data-value="3">★</span>
<span class="star" data-value="4">★</span>
<span class="star" data-value="5">★</span>
</div>
</div>
<button id="submit-button">Submit Review</button>
<div id="review-output"></div>
</div>
<script src="uri2.js"></script>
</body>
</html>