-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:site_name" content="Nascalay" />
<meta property="og:type" content="website" />
<meta property="og:title" content="お絵かきリレー Nascalay" />
<meta property="og:description" content="Nascalayでみんなの力をあわせて絵を完成させよう!仲間とわいわい!"/>
<meta property="og:url" content="https://nascalay.trap.show" />
<meta property="og:image" content="https://user-images.githubusercontent.com/13024718/145695946-1bc89590-c696-46a9-989f-820be7de2d74.png" />
<meta name="twitter:card" content="summary_large_image" />
<title>Nascalay</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>