-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 loc) · 1.15 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
<!doctype html>
<html lang="ja">
<head prefix="og: https://ogp.me/ns#">
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wakaba</title>
<meta property="og:url" content="https://wkb.pages.dev/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Wakaba | Top" />
<meta
property="og:description"
content="人と企業をつなげるプラットフォームサービス。
あなたの街を少し良くするためのアイデアを探そう。"
/>
<meta property="og:site_name" content="Wakaba" />
<meta property="og:image" content="https://wkb.pages.dev/ogp.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="https://wkb.pages.dev/ogp.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>