mirror of
https://github.com/apachecn/ailearning.git
synced 2026-02-03 02:14:18 +08:00
添加 google 统计
This commit is contained in:
10
index.html
10
index.html
@@ -17,6 +17,16 @@
|
||||
<!-- google webmaster -->
|
||||
<meta name="google-site-verification" content="pyo9N70ZWyh8JB43bIu633mhxesJ1IcwWCZlM3jUfFo" />
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8DP4GX97XY"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-8DP4GX97XY');
|
||||
</script>
|
||||
|
||||
<link rel="stylesheet" href="asset/dark-mode.css">
|
||||
<script src="asset/dark-mode.js"></script>
|
||||
<link rel="stylesheet" href="asset/share.css">
|
||||
|
||||
Reference in New Issue
Block a user