-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (41 loc) · 2.13 KB
/
index.html
File metadata and controls
45 lines (41 loc) · 2.13 KB
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
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<meta name="description" content="KIPRIS 공공데이터 기반 기업 특허 검색·요약 분석·경쟁사 비교 플랫폼. 특허 인텔리전스를 한눈에." />
<meta name="keywords" content="특허 검색, 특허 분석, KIPRIS, 기업 특허, 경쟁사 분석, 특허 인텔리전스" />
<meta name="robots" content="index, follow" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://techlens-app.vercel.app" />
<meta property="og:title" content="TechLens — 기업 특허 인텔리전스 플랫폼" />
<meta property="og:description" content="KIPRIS 공공데이터 기반 실시간 특허 검색·분석. 경쟁사 비교, 요약 대시보드, 관심특허 관리까지." />
<meta property="og:image" content="https://techlens-app.vercel.app/og-image.svg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="ko_KR" />
<meta property="og:site_name" content="TechLens" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="TechLens — 기업 특허 인텔리전스 플랫폼" />
<meta name="twitter:description" content="KIPRIS 공공데이터 기반 실시간 특허 검색·분석 플랫폼" />
<meta name="twitter:image" content="https://techlens-app.vercel.app/og-image.svg" />
<!-- Fonts -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/3.5.0/remixicon.min.css"
/>
<title>TechLens — 기업 특허 인텔리전스 플랫폼</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>