mirror of
https://github.com/Wcowin/Mkdocs-Wcowin.git
synced 2025-07-21 01:16:35 +00:00
Add Google AdSense integration and ads.txt files
Added ads.txt files to the project root and docs directory for ad verification. Integrated Google AdSense script and ad unit into docs/index.md to enable ad display on documentation pages.
This commit is contained in:
parent
ae9ee6cb5b
commit
7cc59fd0ab
1
ads.txt
Normal file
1
ads.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
google.com, pub-2327435979273742, DIRECT, f08c47fec0942fa0
|
1
docs/ads.txt
Normal file
1
docs/ads.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
google.com, pub-2327435979273742, DIRECT, f08c47fec0942fa0
|
@ -238,3 +238,15 @@ body::before {
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2327435979273742"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<!-- AD1 -->
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:block"
|
||||||
|
data-ad-client="ca-pub-2327435979273742"
|
||||||
|
data-ad-slot="3702206121"
|
||||||
|
data-ad-format="auto"
|
||||||
|
data-full-width-responsive="true"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
Loading…
x
Reference in New Issue
Block a user