-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.13 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="description" content="connect your pysical albums" />
<meta
name="keywords"
content="playce, 플레이스, streaming, 스트리밍, music, 음악"
/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<!-- <link
rel="preconnect"
href="https://playce-uploads.s3.ap-northeast-2.amazonaws.com"
/> -->
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover"
/>
<meta property="og:title" content="PLAYCE" />
<meta property="og:url" content="https://www.playce.kr/" />
<meta property="og:image" content="/logo.png" />
<meta property="og:image:width" content="470" />
<meta property="og:image:height" content="470" />
<meta property="og:image:alt" content="PLAYCE 로고 이미지" />
<meta property="og:description" content="connect your pysical albums" />
<title>PLAYCE</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>