| 12345678910111213141516171819202122232425262728293031 |
- <html>
- <head>
- This is the head of your page.
- <title>Example HTML page</title>
- </head>
- <body>
- This is the body of your page.
- <div align="center">
- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-0209495346002620" crossorigin="anonymous"></script>
- <!-- Homepage Leaderboard -->
- <ins class="adsbygoogle"
- style="display:inline-block;width:728px;height:90px"
- data-ad-client="ca-pub-0209495346002620"
- data-ad-slot="5518232014"></ins>
- <script>
- (adsbygoogle = window.adsbygoogle || []).push({});
- </script>
- </div>
- </body>
- </html>
|