-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 942 Bytes
/
index.html
File metadata and controls
23 lines (23 loc) · 942 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta property="og:type" content="website" />
<meta property="og:title" content="DATCHA - 당신의 데이터를, 가치로" />
<meta
property="og:description"
content="데이터 거래를 쉽고, 안전하게, 신뢰할 수 있는 거래 플랫폼"
/>
<meta property="og:image" content="https://ureca-final.com/og-image.png" />
<meta property="og:url" content="https://ureca-final.com/" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="preload" as="image" href="/src/assets/images/hero.png" type="image/png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Datcha</title>
<script src="https://js.tosspayments.com/v1/payment"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>