-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
35 lines (34 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>INTIP</title>
<script
type="text/javascript"
src="//dapi.kakao.com/v2/maps/sdk.js?appkey=2c47e11928ed2d4c2829fa7dfabb59f8&libraries=services,clusterer,drawing"
></script>
<meta name="description" content="인천대학교 학생들을 위한 팁을 담다" />
<!-- PWA 관련 메타 태그 -->
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="apple-touch-icon" href="/icon.svg" />
<meta name="theme-color" content="#ffffff" />
<!-- 공유 관련 메타 태그-->
<meta property="og:title" content="INTIP" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/pwa-512x512.png" />
<meta property="og:site_name" content="INTIP" />
<meta
property="og:description"
content="인천대학교 학생들을 위한 팁을 담다"
/>
<meta property="og:url" content="https://intip.inuappcenter.kr/" />
<!-- 네이버 검색 등록을 위한 태그-->
<meta name="naver-site-verification" content="d21e463ea38d2db93ba9d1a7ae7cbba5da7dc29f" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>