-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.46 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>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="ロックマンX パスワードジェネレータ" />
<meta name="description" content="スーパーファミコンのゲーム、ロックマンXのパスワードジェネレータです。" />
<meta name="keywords" content="ロックマン,ロックマンX,パスワード,復活の呪文,ゲーム,パスワードジェネレーター,パスワード生成" />
<meta property="og:url" content="https://akatsuki105.github.io/mmxpg/" />
<meta property="og:site_name" content="ロックマンX パスワードジェネレータ" />
<meta property="og:title" content="mmxpg" />
<meta property="og:description" content="ロックマンX パスワードジェネレータ" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://akatsuki105.github.io/mmxpg/ogp.webp" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ロックマンX パスワードジェネレータ" />
<meta name="twitter:image" content="https://akatsuki105.github.io/mmxpg/ogp.webp" />
<title>パスワードジェネレータ | ロックマンX</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>