-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
25 lines (25 loc) · 949 Bytes
/
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
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>kuromoji.ts demo</title>
<link
href="https://fonts.googleapis.com/css?family=Sawarabi+Gothic"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap"
rel="stylesheet"
/>
<meta property="og:title" content="kuromoji.ts demo page" />
<meta property="og:description" content="https://github.com/MijinkoSD/kuromoji.ts のデモページです。" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/demo/main.ts"></script>
</body>
</html>