aab2cb43 by Dan Rempel

Bosco now ready for 1st round review

1 parent d5eef4d3
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
11 </head> 11 </head>
12 <body> 12 <body>
13 13
14 <h3><a href="index.html">Wiarton</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_kin.html">Kincardine</a></h3> 14 <h3><a href="index.html">General</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_xmas.html">Christmas</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_re.html">Retargetting</a></h3>
15 15
16 <iframe id='' class="b728x90 float" scrolling="no" src="728x90_Wiarton/index.html"></iframe> 16 <iframe id='' class="b728x90 float" scrolling="no" src="728x90_general/index.html"></iframe>
17 <div style="width:700px"> 17 <div style="width:800px">
18 <iframe id='' class="b300x250 float" scrolling="no" src="300x250_Wiarton/index.html"></iframe> 18 <iframe id='' class="b300x250 float" scrolling="no" src="300x250_general/index.html"></iframe>
19 <iframe id='' class="b300x600 float" scrolling="no" src="300x600_general/index.html"></iframe>
19 </div> 20 </div>
20 <!-- <iframe id='' class="b300x600 stacked" scrolling="no" src="300x600_Wiarton/index.html"></iframe> -->
21 21
22 </body> 22 </body>
23 </html> 23 </html>
......
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <title>HTML5 Online Ads</title>
8 <meta name="description" content="An interactive getting started guide for Brackets.">
9 <link rel="stylesheet" href="main.css">
10 <script src="main.js"></script>
11 </head>
12 <body>
13
14 <h3><a href="index.html">General</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_xmas.html">Christmas</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_re.html">Retargetting</a></h3>
15
16 Coming...
17
18 <!--
19 <iframe id='' class="b728x90 float" scrolling="no" src="728x90_general/index.html"></iframe>
20 <div style="width:800px">
21 <iframe id='' class="b300x250 float" scrolling="no" src="300x250_general/index.html"></iframe>
22 <iframe id='' class="b300x600 float" scrolling="no" src="300x600_general/index.html"></iframe>
23 </div>
24 -->
25
26 </body>
27 </html>
1 <!DOCTYPE html>
2 <html>
3
4 <head>
5 <meta charset="utf-8">
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <title>HTML5 Online Ads</title>
8 <meta name="description" content="An interactive getting started guide for Brackets.">
9 <link rel="stylesheet" href="main.css">
10 <script src="main.js"></script>
11 </head>
12 <body>
13
14 <h3><a href="index.html">General</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_xmas.html">Christmas</a> &nbsp; &nbsp; | &nbsp; &nbsp;<a href="index_re.html">Retargetting</a></h3>
15
16 Coming...
17
18 <!--
19 <iframe id='' class="b728x90 float" scrolling="no" src="728x90_general/index.html"></iframe>
20 <div style="width:800px">
21 <iframe id='' class="b300x250 float" scrolling="no" src="300x250_general/index.html"></iframe>
22 <iframe id='' class="b300x600 float" scrolling="no" src="300x600_general/index.html"></iframe>
23 </div>
24 -->
25
26 </body>
27 </html>
1 js file
...\ No newline at end of file ...\ No newline at end of file
1 //js file
...\ No newline at end of file ...\ No newline at end of file
......