-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 872 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Findy, 순간을 찾아 연결하다</title>
<meta property="og:title" content="Findy" />
<meta property="og:description" content="순간을 찾아 연결하다." />
<meta property="og:image" content="/favicon.png" />
<meta property="og:url" content="https://findynow.com" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="ko_KR" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="text/javascript" src="https://oapi.map.naver.com/openapi/v3/maps.js?ncpClientId=%VITE_NAVER_MAPS_CLIENT_ID%"></script>
</body>
</html>