-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (20 loc) · 958 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Riichi Mahjong Wait Trainer (beta version)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Web application to train yourself at identifying waits of a tenpai hand at Riichi Mahjong (Japanese Mahjong).">
<meta property="og:title" content="Riichi Mahjong Wait Trainer">
<meta property="og:description" content="Web application to train yourself at identifying waits of a tenpai hand at Riichi Mahjong (Japanese Mahjong).">
<meta property="og:type" content="website">
<meta property="og:url" content="<%- VITE_BASE_URL_FULL %>">
<meta property="og:image" content="<%= VITE_BASE_URL_FULL %>og-image.png">
<link rel="manifest" href="/site.webmanifest">
<meta name="theme-color" content="#1b5e20">
</head>
<body>
<div id="App"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>