-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
45 lines (45 loc) · 1.03 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<meta
property="og:type"
content="website" />
<meta
property="og:title"
content="ANGOLA" />
<meta
property="og:url"
content="https://fedc4-angola.vercel.app/" />
<meta
property="og:image"
content="https://i.ibb.co/bgv7Ykp/2023-09-28-2-29-26.png" />
<meta
property="og:image:width"
content="800" />
<meta
property="og:image:height"
content="400" />
<meta
property="og:image:alt"
content="Angola IMG" />
<meta
property="og:description"
content="밸런스 게임 플랫폼" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/images/angola_favicon.png" />
<title>ANGOLA : 앙골라 다골라</title>
</head>
<body>
<div id="root"></div>
<script
type="module"
src="/src/main.tsx"></script>
</body>
</html>