-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (38 loc) · 1.51 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<title>EVENTRIX</title>
<link rel="icon" type="image/svg+xml" href="/logo_icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="마음에 드는 이벤트를 찾아보세요." />
<meta name="keywords" content="이벤트, 티켓, 예매, 행사" />
<meta property="og:title" content="EVENTRIX" />
<meta
property="og:description"
content="마음에 드는 이벤트를 찾아보세요."
/>
<meta
property="og:image"
content="https://firebasestorage.googleapis.com/v0/b/eventrix-7cf95.appspot.com/o/og_image.png?alt=media&token=150a11b0-6bc1-4daa-a838-fc1812ef447c"
/>
<meta property="og:url" content="https://eventrix.vercel.app" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="EVENTRIX" />
<meta
property="twitter:description"
content="마음에 드는 이벤트를 찾아보세요."
/>
<meta
name="twitter:image"
content="https://firebasestorage.googleapis.com/v0/b/eventrix-7cf95.appspot.com/o/og_image.png?alt=media&token=150a11b0-6bc1-4daa-a838-fc1812ef447c"
/>
<meta name="twitter:url" content="https://eventrix.vercel.app" />
<meta property="og:locale" content="ko_KR" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>