Added leaderboard ad section on index.html
This commit is contained in:
22
index.html
22
index.html
@ -50,11 +50,24 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="span2 banner-container">
|
||||
<div>
|
||||
<div class="row">
|
||||
<div class="span10 offset2 banner-container">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Rest API Tutorial -->
|
||||
<!-- Rest API Tutorial Responsive -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-2093481943685202"
|
||||
data-ad-slot="4845828438"
|
||||
data-ad-format="auto"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span2 banner-container">
|
||||
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<!-- Rest API Tutorial Responsive -->
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block"
|
||||
data-ad-client="ca-pub-2093481943685202"
|
||||
@ -63,7 +76,6 @@ valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Main hero unit for a primary marketing message or call to action -->
|
||||
<div class="span10">
|
||||
|
||||
Reference in New Issue
Block a user