index.html
1.36 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
41
42
43
44
45
46
47
<!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">
.ad300x150{
width:300px;
height: 1050px;
background: black;
position: absolute;
right:0px;
top: 0px;
}
.ad300x150 iframe{
margin:15px 15px 0 15px;
border:grey solid 1px;
}
#logo{
margin:15px 0 -10px 15px;
}
</style>
</head>
<body>
<!--<p><a href="index.html">GIFs to spec</a> | <a href="index2.html">SWFs - not in spec</a></p>-->
<div class="ad300x150">
<div id="logo">
<!-- <img src="images/regular/frame_top.png" /> -->
<object type="image/svg+xml" data="images/svgs/home-logo_ey.svg">
<img src="images/regular/home-logo_ey.png" alt="logo_ey" width="98" height="47" />
</object>
</div>
<iframe width=270 height=460 src="en_270x460portrait_ey_2015fall_hare_c01.html" ></iframe>
<iframe width=270 height=220 src="en_270x220portrait_ey_2015fall_exit_c01.html" ></iframe>
<iframe width=270 height=220 src="en_270x220portrait_ey_2015fall_married_c01.html" ></iframe>
</div>
</body>
</html>