-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.27 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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://root3.trap.games" />
<meta property="og:title" content="わりかんを簡単に ROOT3" />
<meta
property="og:description"
content="記録と計算でわりかん計算を簡単に。ROOT3 はお金のやり取りを素早く助けるアプリです。"
/>
<meta property="og:site_name" content="ROOT3" />
<meta rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta property="og:image" content="https://root3.trap.games/ogp.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="og:type" content="website" />
<title>ROOT3</title>
<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=Noto+Sans+JP:wght@400;500;600;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>