-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
54 lines (44 loc) · 1.58 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
<html>
<head>
<title>IRott</title>
<!-- <link rel="stylesheet" href="reset.css" /> -->
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div id="container">
<header>
<!-- <nav class="top">
<ul>
</ul>
</nav> -->
<div>
<img src="http://davidderrick.files.wordpress.com/2010/12/rott-logo.jpg" width="86" height="86">
</div>
<!-- <nav class="main">
<ul>
<li>
<a href="" title="">Top Movies of 2014</a>
<div>
Shawshenk Redemption 2: Andy Strikes Back
</div>
</li>
</ul>
</nav> -->
</header>
<div id="content" style="width:100%;">
<div class="left-side" style="float:left; width: 66%;">
</div>
<div class="right-side" style="float:left; width: 29%; border-left: 1% solid gray">
<img src="http://www.thereturnedmissionary.com/wp-content/uploads/2013/01/GandalfQuoteGreatPower.jpg" height="240" width="288">
<img src="http://www.dvdsreleasedates.com/posters/800/W/Warrior-2011-movie-poster.jpg" height="370" width="288">
<img src="https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcR0yXN_IiT-_tdfYjPrU2vMKHX-_M1LOsrcIS7G7rxBRcRdlrEMoQ" height="240" width="288">
<img src="http://1.bp.blogspot.com/-r5mpu6Wo06w/UVSbyjULA7I/AAAAAAAAJkg/eOgDbQ3sDGc/s1600/Dark+Knight+cast.jpg" height="240" width="288">
</div>
</div>
<footer>
<nav>
</nav>
</footer>
</div>
</body>
</html>