-
Notifications
You must be signed in to change notification settings - Fork 155
/
index.html
53 lines (48 loc) · 1.82 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="noindex" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="icon" type="image/png" href="/src/assets/favicon.png" />
<link rel="icon" type="image/svg+xml" href="/src/assets/favicon.svg" />
<link
rel="apple-touch-icon"
href="/src/assets/favicon-ios.png"
sizes="180x180"
/>
<link
rel="mask-icon"
href="/src/assets/favicon-safari.svg"
color="#D95E40"
/>
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans:[email protected]&family=M+PLUS+2:[email protected]&family=Noto+Sans+KR:[email protected]&family=Noto+Sans+JP:[email protected]&family=Asap:[email protected]&family=M+PLUS+Rounded+1c:wght@800&family=Jua&display=swap"
rel="stylesheet"
/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Kitsu" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="msapplication-TileColor" content="#402f3f" />
<meta name="theme-color" content="#332532" />
<title>Kitsu — Track, Discover and Share Anime and Manga</title>
<meta property="og:title" content="Kitsu" />
<meta
property="og:description"
content="Track, Discover and Share Anime and Manga"
/>
<meta name="twitter:title" content="Kitsu" />
<meta
name="twitter:description"
content="Track, Discover and Share Anime and Manga"
/>
</head>
<body>
<div id="app">
<!--ssr-outlet-->
</div>
<script type="module" src="/src/entry-client.tsx"></script>
</body>
</html>