-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 1.13 KB
/
index.html
File metadata and controls
21 lines (20 loc) · 1.13 KB
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>HEU Analytics - 统计分析|哈尔滨工程大学课程攻略共享计划 </title>
<meta name="keywords" content="哈尔滨工程大学课程攻略共享计划-Web页面统计分析" />
<meta name="description" content="哈尔滨工程大学课程攻略共享计划-Web页面统计分析" />
<meta property="og:description" content="哈尔滨工程大学课程攻略共享计划-Web页面统计分析" />
<meta property="og:site_name" content="哈尔滨工程大学课程攻略共享计划-Web页面统计分析" />
<meta property="og:title" content="哈尔滨工程大学课程攻略共享计划-Web页面统计分析" />
<meta property="og:url" content="https://analytics.heu.us.kg/" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script defer src="/tracker.min.js" data-website-id="统计分析面板"></script>
</body>
</html>