-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (33 loc) · 1.64 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="keyword"
content="마피아투게더, 마피아투개더, 마피아 투게더, 마피아 게임, 마피아게임, 마피아, 투게더, 마피아 친구, 마피아 사회자, 마피아가볍게, 마피아 로그인 없이, 마피아웹, 웹마피아, 마피아 웹, 마피아게임 친구들이랑"
/>
<meta
name="description"
content="마피아 게임을 친구들과 함께 설치없이 로그인없이 웹으로 간편하게 즐길 수 있는 마피아 투게더"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- 공유 -->
<meta property="og:url" content="https://mafia-together.com/" />
<meta property="og:title" content="마피아 투게더" />
<meta
property="og:description"
content="마피아 게임을 로그인없이 설치없이 웹으로 간편하게 지금 바로 즐겨보세요!"
/>
<meta property="og:type" content="website" />
<meta property="og:image" content="/assets/img/meta/share.png" />
<meta property="og:site_name" content="마피아 투게더" />
<meta property="og:locale" content="ko_KR" />
<link rel="shortcut icon" href="/assets/img/meta/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/assets/img/meta/favicon.ico" type="image/x-icon" />
<title>마피아 투게더</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>