Skip to content

Commit fd06274

Browse files
authored
ads2
1 parent b24435f commit fd06274

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

Diff for: index.html

+14-5
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
1111
<!--[if lt IE 9]>
1212
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1313
<![endif]-->
14-
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
14+
<script async='async' src='https://www.googletagservices.com/tag/js/gpt.js'></script>
1515
<script>
1616
var googletag = googletag || {};
1717
googletag.cmd = googletag.cmd || [];
1818
</script>
1919

2020
<script>
2121
googletag.cmd.push(function() {
22-
googletag.defineSlot('/80090859/TINGELEFT1', [234, 60], 'div-gpt-ad-1474648768530-0').addService(googletag.pubads());
22+
googletag.defineSlot('/80090859/TINGELEFT1', [234, 60], 'div-gpt-ad-1474649190433-0').addService(googletag.pubads());
23+
googletag.defineSlot('/80090859/TINGELEFT2', [240, 400], 'div-gpt-ad-1474649190433-1').addService(googletag.pubads());
2324
googletag.pubads().enableSingleRequest();
2425
googletag.enableServices();
2526
});
@@ -45,11 +46,19 @@ <h1>Tinge</h1>
4546
<li><a href="https://github.com/dsame/tinge">View On <strong>GitHub</strong></a></li>
4647
-->
4748
</ul>
48-
<!-- /80090859/TINGELEFT1 -->
49-
<div id='div-gpt-ad-1474648768530-0' style='height:60px; width:234px;'>
49+
<!-- /80090859/TINGELEFT1 -->
50+
<div id='div-gpt-ad-1474649190433-0' style='height:60px; width:234px;'>
5051
<script>
51-
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1474648768530-0'); });
52+
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1474649190433-0'); });
5253
</script>
54+
</div>
55+
56+
<!-- /80090859/TINGELEFT2 -->
57+
<div id='div-gpt-ad-1474649190433-1' style='height:400px; width:240px;'>
58+
<script>
59+
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1474649190433-1'); });
60+
</script>
61+
</div>
5362
</div>
5463
</header>
5564
<section>

0 commit comments

Comments
 (0)