-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
18 lines (18 loc) · 778 Bytes
/
Copy pathindex.html
File metadata and controls
18 lines (18 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>変愚蛮怒ブラウザ版 / Hengband Web</title>
<meta name="description" property="og:description" lang="ja" content="変愚蛮怒をブラウザで遊べます。">
<meta name="description" property="og:description" lang="en" content="Play Hengband on your browser.">
<meta property="og:type" content="website">
<meta property="og:locale" content="ja_JP">
<meta property="og:locale:alternate" content="en_US">
<link rel="author" href="https://www.hatena.ne.jp/hanazuki/" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>