diff options
author | clarkzjw <[email protected]> | 2021-04-08 18:53:47 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-04-08 18:53:47 +0800 |
commit | bf3cdc801ef9ef17db681885dc45151858021d1b (patch) | |
tree | 86afb5b6a56c3ce066b61aec65d4ee612c806308 | |
parent | 371eb1d216e81c22ce81d3d52499f5b49c636eb3 (diff) | |
download | blog.jinwei.me-bf3cdc801ef9ef17db681885dc45151858021d1b.tar.gz |
add Cloudflare Web Analytics
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,12 +1,12 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <!-- This page is JavaScript free --> | ||
5 | <title>Hello World</title> | 4 | <title>Hello World</title> |
6 | <meta charset="utf-8"> | 5 | <meta charset="utf-8"> |
7 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> | 6 | <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> |
8 | <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" /> |
9 | <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 --> | ||
10 | <style> | 10 | <style> |
11 | div.body { | 11 | div.body { |
12 | background-color: #fff; | 12 | background-color: #fff; |