-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
21 lines (20 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" />
<title>Han Analytics - 运行在Cloudflare Workers上的简单Web分析</title>
<meta name="keywords" content="Han Analytics - 运行在Cloudflare Workers上的简单Web分析" />
<meta name="description" content="Han Analytics - 运行在Cloudflare Workers上的简单Web分析" />
<meta property="og:description" content="Han Analytics - 运行在Cloudflare Workers上的简单Web分析" />
<meta property="og:site_name" content="Han Analytics - 运行在Cloudflare Workers上的简单Web分析" />
<meta property="og:title" content="Han Analytics - 运行在Cloudflare Workers上的简单Web分析" />
<meta property="og:url" content="https://analytics.vvhan.com/" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script defer src="/tracker.min.js" data-website-id="Hello-HanAnalytics"></script>
</body>
</html>