Skip to content

Commit 98b3f14

Browse files
committed
Google AdSense
1 parent 255ffa4 commit 98b3f14

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

cn/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<html lang="zh">
33

44
<head>
5+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
6+
<script>
7+
(adsbygoogle = window.adsbygoogle || []).push({
8+
google_ad_client: "ca-pub-8550836177608334",
9+
enable_page_level_ads: true
10+
});
11+
</script>
512
<meta charset="utf-8">
613
<meta http-equiv="X-UA-Compatible" content="IE=edge">
714
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

en/index.html

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<html lang="zh">
33

44
<head>
5+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
6+
<script>
7+
(adsbygoogle = window.adsbygoogle || []).push({
8+
google_ad_client: "ca-pub-8550836177608334",
9+
enable_page_level_ads: true
10+
});
11+
</script>
512
<meta charset="utf-8">
613
<meta http-equiv="X-UA-Compatible" content="IE=edge">
714
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

index.html

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<html lang="en">
33

44
<head>
5+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
6+
<script>
7+
(adsbygoogle = window.adsbygoogle || []).push({
8+
google_ad_client: "ca-pub-8550836177608334",
9+
enable_page_level_ads: true
10+
});
11+
</script>
512
<meta charset="UTF-8">
613
<title>DesignStack</title>
714
<script>

0 commit comments

Comments
 (0)