|
|
第22行: |
第22行: |
| *Grade Pt. | | *Grade Pt. |
| |} | | |} |
| <html>
| |
| <head
| |
| <title>Google AdSense test with js-script-file in the header section</title>
| |
| <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">
| |
| </script>
| |
| </head>
| |
| <body>
| |
| <h2>This is a Google AdSense test</h2>
| |
|
| |
| <script type="text/javascript"><!--
| |
| google_ad_client = "ca-pub-9543960077946929";
| |
| /* none */
| |
| google_ad_slot = "5512254708";
| |
| google_ad_width = 120;
| |
| google_ad_height = 300;
| |
| google_language = "zh-tw";
| |
| google_encoding = "utf8";
| |
| // -->
| |
| </script>
| |
| </body>
| |
| </html>
| |
| <html>
| |
| <head
| |
| <title>Google AdSense test with js-script-file NOT in the header section</title>
| |
| </script>
| |
| </head>
| |
| <body>
| |
| <h2>This is a Google AdSense test</h2>
| |
|
| |
| <script type="text/javascript"><!--
| |
| google_ad_client = "ca-pub-9543960077946929";
| |
| /* none */
| |
| google_ad_slot = "5512254708";
| |
| google_ad_width = 120;
| |
| google_ad_height = 300;
| |
| google_language = "zh-tw";
| |
| google_encoding = "utf8";
| |
| // -->
| |
| </script>
| |
| <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" />
| |
| </body>
| |
| </html>
| |