adv.html 629 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. This is the head of your page.
  4. <title>Example HTML page</title>
  5. </head>
  6. <body>
  7. This is the body of your page.
  8. <div align="center">
  9. <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-0209495346002620" crossorigin="anonymous"></script>
  10. <!-- Homepage Leaderboard -->
  11. <ins class="adsbygoogle"
  12. style="display:inline-block;width:728px;height:90px"
  13. data-ad-client="ca-pub-0209495346002620"
  14. data-ad-slot="5518232014"></ins>
  15. <script>
  16. (adsbygoogle = window.adsbygoogle || []).push({});
  17. </script>
  18. </div>
  19. </body>
  20. </html>