74 lines
3.3 KiB
HTML
74 lines
3.3 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8"/>
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.png"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
<title>Type Words - 英语打字练习平台 | 单词跟打 · 文章跟打</title>
|
||
<!-- 搜索引擎描述 -->
|
||
<meta name="description"
|
||
content="Type Words:在线英语练习平台,支持单词、文章跟打练习,提升打字与语言能力。Practice English, one keystroke at a time.">
|
||
<!-- 关键词(可选,搜索引擎基本不用,但能补充信息) -->
|
||
<meta name="keywords"
|
||
content="Type Words, Typing Word, 英语打字练习, 单词跟打, 文章跟打, 键盘练习, 英语学习, 文章学习">
|
||
|
||
<!-- Open Graph(用于社交媒体分享,微信/QQ/知乎/Facebook 等) -->
|
||
<meta property="og:title" content="Type Words - 英语打字练习平台">
|
||
<meta property="og:description"
|
||
content="在线英语打字练习平台,支持单词跟打与文章跟打,帮助提升打字速度与英语学习效率。">
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:url" content="https://2study.top/">
|
||
<meta property="og:image" content="https://2study.top/favicon.png">
|
||
|
||
<!-- Twitter Card(用于 Twitter 分享) -->
|
||
<meta name="twitter:card" content="summary_large_image">
|
||
<meta name="twitter:title" content="Type Words - 英语打字练习平台">
|
||
<meta name="twitter:description"
|
||
content="Type Words:在线英语练习平台,支持单词跟打、文章练习,提升打字速度与英语水平。">
|
||
<meta name="twitter:image" content="https://2study.top/favicon.png">
|
||
|
||
<!--用于百度站长验证 -->
|
||
<meta name="baidu-site-verification" content="codeva-Kw33xFT3p2" />
|
||
|
||
<script>
|
||
;(function () {
|
||
var src = '//cdn.jsdelivr.net/npm/eruda';
|
||
if (!/eruda=true/.test(window.location) && localStorage.getItem('active-eruda') != 'true') return;
|
||
document.write('<scr' + 'ipt src="' + src + '"></scr' + 'ipt>');
|
||
document.write('<scr' + 'ipt>eruda.init();</scr' + 'ipt>');
|
||
})();
|
||
</script>
|
||
<script>
|
||
if (!location.href.includes('localhost')
|
||
&& !location.href.includes('192.168')
|
||
&& !location.href.includes('172.16')
|
||
&& !location.href.includes('10.0')
|
||
) {
|
||
var _hmt = _hmt || [];
|
||
(function () {
|
||
var hm = document.createElement("script");
|
||
hm.src = "https://hm.baidu.com/hm.js?3dae52fcd5375a19905462e4ad3eb54e";
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(hm, s);
|
||
})();
|
||
|
||
(function () {
|
||
var umami = document.createElement("script");
|
||
umami.src = './s.js'
|
||
if (location.href.includes('vercel') || location.href.includes('tw')) {
|
||
umami.setAttribute("data-website-id", "f630eefc-8b91-4e20-b890-106e6c7bcc10");
|
||
} else {
|
||
umami.setAttribute("data-website-id", "160308c9-7900-4b1d-a0b1-c3b25a9530f6");
|
||
}
|
||
var s = document.getElementsByTagName("script")[0];
|
||
s.parentNode.insertBefore(umami, s);
|
||
})();
|
||
}
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.ts"></script>
|
||
</body>
|
||
</html>
|