-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 2.27 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 2.27 KB
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
47
48
49
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Study with Miku - 初音未来主题自习室</title>
<meta name="description" content="Study with Miku - 和初音未来一起学习吧!沉浸式学习陪伴网站,提供番茄钟、背景音乐播放等功能,让学习更有趣。">
<meta name="keywords" content="Study with Miku,初音未来,学习,番茄钟,Pomodoro,专注,白噪音,Miku,VOCALOID,在线自习室">
<meta name="author" content="SHSHOUSE">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://study.mikugame.icu/">
<meta property="og:type" content="website">
<meta property="og:title" content="Study with Miku - 和初音未来一起学习">
<meta property="og:description" content="沉浸式学习陪伴网站,提供番茄钟、背景音乐播放等功能,让学习更有趣。">
<meta property="og:url" content="https://study.mikugame.icu/">
<meta property="og:site_name" content="Study with Miku">
<meta property="og:locale" content="zh_CN">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Study with Miku - 和初音未来一起学习">
<meta name="twitter:description" content="沉浸式学习陪伴网站,提供番茄钟、背景音乐播放等功能。">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#39c5bb">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Study with Miku",
"description": "和初音未来一起学习的沉浸式学习陪伴网站",
"url": "https://study.mikugame.icu/",
"applicationCategory": "EducationalApplication",
"operatingSystem": "Web Browser",
"author": {
"@type": "Organization",
"name": "SHSHOUSE"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "CNY"
}
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>