广告未在我的网站上展示

时间:2017-03-06 02:23:55

标签: javascript html css ads

这是我的广告代码,我无法将广告显示在我的网站上。我已经尝试了很多不同的想法,但我似乎无法弄明白。任何建议都会很棒。非常感谢你们!

<!doctype html>
<html lang="en">
<head>
  <title>Random Dota Hero</title>
 </head>
 <meta charset="UTF-8">
 <link rel="stylesheet" type="text/css" href="randomdotacss.css" media="screen" />
 <body background="pa.jpeg"> 
 <body>
 <script async         src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
 <!-- Leaderboard Ad -->
<ins class="adsbygoogle"
style="display:inline-block;width:728px;height:90px"
data-ad-client="ca-pub-xxx"
data-ad-slot="xxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</body>

0 个答案:

没有答案
相关问题