Skip to content

Commit b6be8ac

Browse files
committed
Add AdSense script
1 parent 8d78b04 commit b6be8ac

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

adsense/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
77
<script>
88
(adsbygoogle = window.adsbygoogle || []).push({
9-
google_ad_client: "ca-pub-2008334020980441",
9+
google_ad_client: "ca-pub-4194656119220314",
1010
enable_page_level_ads: true
1111
});
1212
</script>

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
5+
<script>
6+
(adsbygoogle = window.adsbygoogle || []).push({
7+
google_ad_client: "ca-pub-4194656119220314",
8+
enable_page_level_ads: true
9+
});
10+
</script>
411
<meta charset="UTF-8">
512
<title>DataRoot</title>
613
<style>

0 commit comments

Comments
 (0)