-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (49 loc) · 1.71 KB
/
index.html
File metadata and controls
49 lines (49 loc) · 1.71 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="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Project Nanase</title>
<meta
name="description"
content="@ShadowRZ's Matrix Client with its own ideas."
/>
<meta name="twitter:title" content="Project Nanase" />
<meta
name="twitter:description"
content="@ShadowRZ's Matrix Client with its own ideas."
/>
<meta
property="og:url"
content="https://shadowrz.github.io/project-nanase/"
/>
<meta property="og:title" content="Project Nanase" />
<meta
property="og:description"
content="@ShadowRZ's Matrix Client with its own ideas."
/>
<meta
property="og:image"
content="https://shadowrz.github.io/project-nanase/pwa-512x512.png"
/>
<meta name="name" content="Project Nanase" />
<meta name="author" content="Yorusaka Miyabi" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="icon" href="/favicon-32x32.png" type="image/png" sizes="32x32" />
<link rel="icon" href="/favicon-16x16.png" type="image/png" sizes="16x16" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="theme-color" content="#fb7185" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<script>
window.global ||= window;
</script>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script src="/src/index.tsx" type="module"></script>
</body>
</html>