-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (37 loc) · 1.39 KB
/
index.html
File metadata and controls
39 lines (37 loc) · 1.39 KB
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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/svgs/favicon.svg" />
<link
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css"
rel="preload"
as="style"
>
<link
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css"
rel="stylesheet"
media="print"
onload="this.media='all'"
>
<title>메잇볼</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<meta name="description" content="나랑 딱! 맞는 직관 메이트와 연결되는 공간" >
<meta property="og:title" content="mateball" />
<meta property="og:description" content="나랑 딱! 맞는 직관 메이트와 연결되는 공간" />
<meta property="og:type" content="website" />
<meta
name="keywords"
content="야구, 야구 직관, 야구 경기 직관, 야구 직관 동행, 야구 직관 동반인"
>
<meta property="og:url" content="https://www.mateball.co.kr" />
<meta
property="og:image"
content="https://www.mateball.co.kr/images/mateball-kakao-thumbnail.webp"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>