-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (29 loc) · 1.29 KB
/
about.html
File metadata and controls
33 lines (29 loc) · 1.29 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
<!DOCTYPE html>
<head>
<title></title>
<link rel="stylesheet" href="movie.css">
</head>
<body class="b8">
<header class="b9">
<nav class="site-nav">
<ul class="group">
<li><a href="HOME.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="movies.html">MOVIES</a></li>
<li><a href="intro.html">LOG IN</a></li>
</ul>
</nav>
</header>
<div class="b5">
<article>
From TV Guide Online - a searchable database that
includes the cast, credits and reviews for some 40,000 movies released in the U.S.
Samanyu Deghuria: Filter genres, subgenres, moods, themes, star rating, release
date to dig through movies in our database to find what you are looking for.
Search boxes within categories help narrow down the characteristic you are
looking for. For example, typing "comedy" into the Genres & Subgenres will
bring up Standup Comedy, Romantic Comedy, Screwball Comedy, etc.
</article>
</div>
<footer></footer>
</html>