adv.html 705 B

1234567891011121314151617181920212223242526272829303132
  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. <!-- Banner quadrato_1 --> <ins class="adsbygoogle"
  11. style="display:block"
  12. data-ad-client="ca-pub-0209495346002620"
  13. data-ad-slot="5518232014"
  14. data-ad-format="auto"
  15. data-full-width-responsive="true"></ins>
  16. <script>
  17. (adsbygoogle = window.adsbygoogle || []).push({});
  18. </script>
  19. </div>
  20. </body>
  21. </html>