Skip to content

Commit a22f76a

Browse files
committed
no message
1 parent b680b34 commit a22f76a

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

cn/index.html

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33

44
<head>
55
<script>
6-
< script async src = "//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" >
7-
</script>
8-
(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8550836177608334", enable_page_level_ads: true });
6+
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
7+
<script>
8+
(adsbygoogle = window.adsbygoogle || []).push({
9+
google_ad_client: "ca-pub-8550836177608334",
10+
enable_page_level_ads: true
11+
});
912
</script>
1013
<meta charset="utf-8">
1114
<meta http-equiv="X-UA-Compatible" content="IE=edge">

en/index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
<head>
55
<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>
6+
<script>
7+
(adsbygoogle = window.adsbygoogle || []).push({
8+
google_ad_client: "ca-pub-8550836177608334",
9+
enable_page_level_ads: true
10+
});
11+
</script>
1212
<meta charset="utf-8">
1313
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1414
<meta name="viewport" content="width=device-width, initial-scale=1.0" />

0 commit comments

Comments
 (0)