-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
46 lines (45 loc) · 1.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Typing | 在线打字练习与键盘测试 - 倒计时/计时/自定义/PK模式 - 自定义主题与字体</title>
<meta
name="description"
content="欢迎使用打字练习网站,简约风格,可自定义主题、字体,记录打字过程并记录到排行榜,图表展示打字准确度、速度等信息,还支持在线 PK 模式,快来挑战吧!"
/>
<meta
name="keywords"
content="在线 PK, 创建房间, 邀请好友, 比一比, 键盘, 测试, 打字, 切换字体, 字体, 中文输入, 打字速度测试, WPM, 键盘按键, 键盘按键测试, 简约, 多主题, 自定义主题, 排行榜, 金山打字通"
/>
<style>
body {
background-color: #252733;
}
</style>
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement('script');
hm.src = 'https://hm.baidu.com/hm.js?e0d3ca6d6f26301cd425a78a27c81d8a';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PZ0JEM7YSK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-PZ0JEM7YSK');
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>