aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2021-04-08 18:53:47 +0800
committerGitHub <[email protected]>2021-04-08 18:53:47 +0800
commitbf3cdc801ef9ef17db681885dc45151858021d1b (patch)
tree86afb5b6a56c3ce066b61aec65d4ee612c806308
parent371eb1d216e81c22ce81d3d52499f5b49c636eb3 (diff)
downloadblog.jinwei.me-bf3cdc801ef9ef17db681885dc45151858021d1b.tar.gz
add Cloudflare Web Analytics
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f928aae..fa1a7f7 100644
--- a/index.html
+++ b/index.html
@@ -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;
Powered by cgit v1.2.3 (git 2.41.0)