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