diff options
author | clarkzjw <[email protected]> | 2021-05-31 15:23:02 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-05-31 15:23:02 +0800 |
commit | 196a8344a09ade1d9fe954d1e29eedeb3b751202 (patch) | |
tree | 91a41f6c3a06a872831e45dfd6b7215db8904061 /index.html | |
parent | d2f29a9a9e93e73ae30731c85c0d19884b581691 (diff) | |
download | blog.jinwei.me-196a8344a09ade1d9fe954d1e29eedeb3b751202.tar.gz |
Update index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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; |