forked from TEAM-BEAT/BEAT-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 814 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/BEAT.svg" />
<link rel="mask-icon" href="/BEAT.svg" color="#FF006B" />
<link rel="apple-touch-icon" href="/BEAT.svg" /
<link rel="stylesheet" href="./src/styles/fonts/fonts.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="공연, 밴드, 뮤지컬, 비트, beat" />
<meta property="og:title" content="BEAT" />
<meta property="og:description" content="BE AT WHERE YOUR HEART BEATS" />
<meta property="og:image" content="https://www.beatlive.kr/BEAT.png" />
<title>BEAT</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>