Skip to content

Commit b24435f

Browse files
authored
Update index.html
1 parent b596edd commit b24435f

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

Diff for: index.html

+21-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,20 @@
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>
15+
<script>
16+
var googletag = googletag || {};
17+
googletag.cmd = googletag.cmd || [];
18+
</script>
19+
20+
<script>
21+
googletag.cmd.push(function() {
22+
googletag.defineSlot('/80090859/TINGELEFT1', [234, 60], 'div-gpt-ad-1474648768530-0').addService(googletag.pubads());
23+
googletag.pubads().enableSingleRequest();
24+
googletag.enableServices();
25+
});
26+
</script>
27+
1428
</head>
1529
<body>
1630
<div class="wrapper">
@@ -31,12 +45,18 @@ <h1>Tinge</h1>
3145
<li><a href="https://github.com/dsame/tinge">View On <strong>GitHub</strong></a></li>
3246
-->
3347
</ul>
48+
<!-- /80090859/TINGELEFT1 -->
49+
<div id='div-gpt-ad-1474648768530-0' style='height:60px; width:234px;'>
50+
<script>
51+
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1474648768530-0'); });
52+
</script>
53+
</div>
3454
</header>
3555
<section>
3656
<h3>
3757
<a id="welcome-to-github-pages" class="anchor" href="#welcome-to-github-pages" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Inspiration.</h3>
3858

39-
<p>We developed another screenshot capture application in order to get the best features the others have and git rid off the annoying behavior we could not live with.</p>
59+
<p>We developed another screenshot capture application in order to get the best features the others have and get rid off the annoying behavior we could not live with.</p>
4060

4161
<h3>
4262
<a id="designer-templates" class="anchor" href="#designer-templates" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>User Experience.</h3>

0 commit comments

Comments
 (0)