-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 853 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
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta
name="description"
content="Gyul! Hap! is based on a game from the Korean Show The Genius."
key="desc"
/>
<!-- <meta name="image" content="/home.png" /> -->
<meta property="og:title" content="Gyul! Hap! Match 3" />
<meta
property="og:description"
content="Gyul! Hap! is based on a game from the Korean Show The Genius."
/>
<!-- <meta property="og:image" content="/home.png" /> -->
<meta property="og:url" content="https://gyul-hap.vercel.app" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Gyul! Hap!</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>