index.html
1.12 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>EY 2015 PMM HTML5 Ads</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</script>
<style type="text/css">
.ad{margin:20px 50px;}
.ad iframe{border:none;}
.sidebyside{float:left;}
.clear { clear: both;}
</style>
</head>
<body>
<p><a href="index.html">160x600 and 300x250</a> | <a href="index2.html">300x1050</a></p>
<div class="ad sidebyside">
<iframe width=160 height=600 src="en_160x600_ey_2015fall_exit_c01/160x600.html" ></iframe>
</div>
<div class="ad sidebyside">
<iframe width=300 height=250 src="en_300x250_ey_2015fall_exit_c01/300x250.html" ></iframe>
</div>
<div class="ad sidebyside">
<iframe width=160 height=600 src="en_160x600_ey_2015fall_hare_c01/160x600.html" ></iframe>
</div>
<div class="ad sidebyside">
<iframe width=300 height=250 src="en_300x250_ey_2015fall_hare_c01/300x250.html" ></iframe>
</div>
</body>
</html>