添加 google 统计

This commit is contained in:
片刻小哥哥
2022-12-30 16:43:07 +08:00
parent a270e5f103
commit 678f142cd7

View File

@@ -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">