aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2021-05-31 15:23:02 +0800
committerGitHub <[email protected]>2021-05-31 15:23:02 +0800
commit196a8344a09ade1d9fe954d1e29eedeb3b751202 (patch)
tree91a41f6c3a06a872831e45dfd6b7215db8904061 /index.html
parentd2f29a9a9e93e73ae30731c85c0d19884b581691 (diff)
downloadblog.jinwei.me-196a8344a09ade1d9fe954d1e29eedeb3b751202.tar.gz
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 9 insertions, 1 deletions
diff --git a/index.html b/index.html
index 49f7bf4..84307d1 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,15 @@
6 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> 6 <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
7 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" /> 7 <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
8 <link href="favicon.ico" rel="shortcut icon"> 8 <link href="favicon.ico" rel="shortcut icon">
9 <!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "7ccfe016c47b4674856be3f666f69798"}'></script><!-- End Cloudflare Web Analytics --> 9 <!-- Global site tag (gtag.js) - Google Analytics -->
10 <script async src="https://www.googletagmanager.com/gtag/js?id=G-Z3C2284WQJ"></script>
11 <script>
12 window.dataLayer = window.dataLayer || [];
13 function gtag(){dataLayer.push(arguments);}
14 gtag('js', new Date());
15
16 gtag('config', 'G-Z3C2284WQJ');
17 </script>
10 <style> 18 <style>
11 div.body { 19 div.body {
12 background-color: #fff; 20 background-color: #fff;
Powered by cgit v1.2.3 (git 2.41.0)