-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout movie matrix.html
55 lines (54 loc) · 3.08 KB
/
about movie matrix.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
<!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">
<title>MOVIE MATRIX</title>
<link rel="stylesheet" href="style1gulabo-sitabo.css">
</head>
<body>
<header>
<h1>MOVIE MATRIX: GET A REVIEW</h1>
</header>
<nav>
<a href="index.html">Home</a>
<a href="#">About</a>
<a href="#">Subscribe</a>
<a href="#">Contact Us</a>
<a href="recomendation form.html" target="_blank">Movies Recommendation</a>
<br>
<br>
<br>
</nav>
<main>
<section1>
<h2>MOVIE MATRIX</h2>
<p><img src="images/a7.png" width="15%" height="15%" class="center"></img>
<br>
<br>
Watching movies is one of the best ways to gain information along with getting entertained.One can simply gain a wholesome amount of quality information by watching some of the best video content available. Coming to the fact that there are many movies which imparts its audience with some extremely good and unique content. In 2020, one can never ignore the fact,that this role of providing quality content is now an important feature of Web Series too.
Thus, bringing to you the best reviews of the most unique and quality based content,here we are on "MOVIE MATRIX: GET A REVIEW".
Watching a movie/web series means a person giving up some of his crucial time where he/she expects to get entertained along with gaining some unique and extraordinary content.
So,why not take a review and just get a slip of information in our minds, whether the movie provides the most extraordinary content one wishes to watch.
<br>
<br>
"MOVIE MATRIX: GET A REVIEW" gives its readers the most valuable and a simply explained gist of the movie to impart them a clear opinion,whether to invest their time in a movie or not. Also, focusing on providing the readers, with no spoilers, "MOVIE MATRIX: GET A REVIEW" only focuses on providing them a simple content to mark a tick or cross in their opinion box of watching the Movie/Web Series.
So, Stay Updated On "MOVIE MATRIX: GET A REVIEW". Have a Reading , before you start Watching.
</section1>
<section>
<h3>ABOUT THE AUTHOR</h3>
<br>
<img src="images/IMG20200311172421-01.jpeg" width="15%" height="15%" class="center"></img>
<h4>HARSH SRIVSATAVA</h4>
</section>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
<a href="#">Privacy Policy</a>
<a href="#">T&Cs</a>
<a href="#">© 2021 | Harsh Srivastava</a>
</footer>
</main>
</body>
</html>