161 lines
3.1 KiB
HTML
161 lines
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML>
|
|
<HEAD>
|
|
<meta http-equiv="content-type" content="text/html" charset="utf-8">
|
|
<link rel="stylesheet" type="text/css" href="stil.css" />
|
|
<TITLE>
|
|
Movie Database
|
|
</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<div class="top">
|
|
<a class="logoLink" href="index.html">
|
|
<div class="fullLogo">
|
|
<div class="logoWrap">
|
|
<div class="logoLine">
|
|
</div>
|
|
<div class="logoBack">
|
|
<div class="logo">
|
|
</div>
|
|
</div>
|
|
<div class="logoLine">
|
|
</div>
|
|
</div>
|
|
<p class="logoText">MDB</p>
|
|
</div>
|
|
</a>
|
|
</div>
|
|
<div class="header">
|
|
|
|
<ul class="headerBar">
|
|
<li class="headerItem">
|
|
<a class="headerLink" href="index.html">
|
|
Home
|
|
</a>
|
|
</li>
|
|
<li class="headerItem">
|
|
<a id="activeHeaderLink" class="headerLink" href="table.html">
|
|
Top rated
|
|
</a>
|
|
</li>
|
|
<li class="headerItem">
|
|
<a class="headerLink" href="about.html">
|
|
About
|
|
</a>
|
|
</li>
|
|
<li class="headerItem">
|
|
<a class="headerLink" href="contact.html">
|
|
Contact
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="content">
|
|
<table border="1" cellspacing="0">
|
|
<tr class="tableHeader">
|
|
<th>
|
|
Position
|
|
</th>
|
|
<th>
|
|
Name
|
|
</th>
|
|
<th>
|
|
Year
|
|
</th>
|
|
<th>
|
|
Rating
|
|
</th>
|
|
<th>
|
|
Duration
|
|
</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
1
|
|
</td>
|
|
<td>
|
|
The Shawshank Redemption
|
|
</td>
|
|
<td>
|
|
1994
|
|
</td>
|
|
<td>
|
|
9.3
|
|
</td>
|
|
<td>
|
|
2h 22m
|
|
</td>
|
|
</tr>
|
|
<tr class="specialRow">
|
|
<td>
|
|
2
|
|
</td>
|
|
<td>
|
|
The Godfather
|
|
</td>
|
|
<td>
|
|
1972
|
|
</td>
|
|
<td>
|
|
9.2
|
|
</td>
|
|
<td>
|
|
2h 55m
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
3
|
|
</td>
|
|
<td>
|
|
The Godfather: Part II
|
|
</td>
|
|
<td>
|
|
1994
|
|
</td>
|
|
<td>
|
|
9.0
|
|
</td>
|
|
<td>
|
|
3h 22m
|
|
</td>
|
|
</tr>
|
|
<tr class="specialRow">
|
|
<td>
|
|
4
|
|
</td>
|
|
<td>
|
|
The Dark Knight
|
|
</td>
|
|
<td>
|
|
2008
|
|
</td>
|
|
<td>
|
|
8.9
|
|
</td>
|
|
<td>
|
|
2h 32m
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
5
|
|
</td>
|
|
<td>
|
|
Schindler's List
|
|
</td>
|
|
<td>
|
|
1993
|
|
</td>
|
|
<td>
|
|
8.9
|
|
</td>
|
|
<td>
|
|
3h 15m
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</BODY>
|
|
</HTML>
|