-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
58 lines (50 loc) · 2.77 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
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<!-- General meta -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="4 REALITY Team is a VTuber / Virtual Liver team to which a wide variety of content creator belong, with the aim of improving Indonesian Virtual entertainment through various content, such as: VSinger, VGamer, VStreamer, etc.">
<meta name="theme-color" content="#171717" />
<meta name="keywords" content="4R, 4Reality, 4 Reality, VTuber, VTuber Indonesia, Entertainment, VSinger, VGamer, VStreamer, Virtual, Utaite">
<meta name="author" content="Hatsu Shiroyuki">
<!-- Apple App -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-title" content="4 Reality" />
<link rel="apple-touch-icon" href="./assets/icons/128x128.png" />
<!-- Windows App -->
<meta name="msapplication-TileImage" content="./assets/icons/128x128.png" />
<meta name="msapplication-TileColor" content="#171717" />
<!-- Facebook Open Graph -->
<meta name="og:title" content="4 Reality" />
<meta name="og:description" content="4 REALITY Team is a VTuber / Virtual Liver team to which a wide variety of content creator belong, with the aim of improving Indonesian Virtual entertainment through various content, such as: VSinger, VGamer, VStreamer, etc." />
<meta name="og:image" content="./assets/thumbnail.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="4 Reality" />
<meta name="twitter:description" content="4 REALITY Team is a VTuber / Virtual Liver team to which a wide variety of content creator belong, with the aim of improving Indonesian Virtual entertainment through various content, such as: VSinger, VGamer, VStreamer, etc." />
<meta name="twitter:image" content="./assets/thumbnail.png" />
<meta name="twitter:creator" content="@NikarashiHatsu" />
<meta name="twitter:author" content="@4RealityTeam">
<!-- Title -->
<title>4 Reality</title>
<!-- Links and manifest -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Roboto+Slab:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="manifest" href="./manifest.json">
<script type="module" src="./assets/index.6dafc659.js"></script>
<link rel="stylesheet" href="./assets/style.901886f1.css">
</head>
<body>
<div id="app"></div>
<script>
if ('serviceWorker' in navigator) {
window.addEventListener('load', () => {
navigator.serviceWorker.register('./sw.js');
});
}
</script>
</body>
</html>