index.html
1.99 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>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>HTML5 Online Ads</title>
<meta name="description" content="An interactive getting started guide for Brackets.">
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
</head>
<body>
<h3><a href="index.html">HHF 2020 Ads</a></h3>
<h1>Group 1</h1>
<iframe id='' class="b300x250 " scrolling="no" src="HHF_ad_1/300x600/index.html"></iframe>
<iframe id='' class="b970x250 " style='width:970px;height:250px;' scrolling="no" src="HHF_ad_1/970x250/index.html"></iframe>
<h1>Group 2</h1>
<iframe id='' class="b300x250 " scrolling="no" src="HHF_ad_2/300x600/index.html"></iframe>
<iframe id='' class="b970x250 " style='width:970px;height:250px;' scrolling="no" src="HHF_ad_2/970x250/index.html"></iframe>
<h1>Group 3</h1>
<iframe id='' class="b300x250 " scrolling="no" src="HHF_ad_3/300x600/index.html"></iframe>
<iframe id='' class="b970x250 " style='width:970px;height:250px;' scrolling="no" src="HHF_ad_3/970x250/index.html"></iframe>
<h1>Group 4</h1>
<iframe id='' class="b300x250 " scrolling="no" src="HHF_ad_4/300x600/index.html"></iframe>
<iframe id='' class="b970x250 " style='width:970px;height:250px;' scrolling="no" src="HHF_ad_4/970x250/index.html"></iframe>
<h1>Group 5</h1>
<iframe id='' class="b300x250 " scrolling="no" src="HHF_ad_5/300x600/index.html"></iframe>
<iframe id='' class="b970x250 " style='width:970px;height:250px;' scrolling="no" src="HHF_ad_5/970x250/index.html"></iframe>
<h1>Group 6</h1>
<iframe id='' class="b300x250 " scrolling="no" src="HHF_ad_6/300x600/index.html"></iframe>
<iframe id='' class="b970x250 " style='width:970px;height:250px;' scrolling="no" src="HHF_ad_6/970x250/index.html"></iframe>
</body>
</html>