-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
28 lines (26 loc) · 1.27 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/icons/icon-192.png">
<meta name="theme-color" content="#F3F1EC">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover, maximum-scale=1.0, user-scalable=no">
<title>Ntropy</title>
<meta name="description" content="Ntropy - AI 기반 맞춤 금융 리포트와 추천 서비스">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Ntropy">
<meta property="og:title" content="Ntropy">
<meta property="og:description" content="AI 기반 맞춤 금융 리포트와 추천 서비스">
<meta property="og:url" content="https://kbntropy.vercel.app/">
<meta property="og:image" content="https://kbntropy.vercel.app/icons/icon-512.png">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Ntropy">
<meta name="twitter:description" content="AI 기반 맞춤 금융 리포트와 추천 서비스">
<meta name="twitter:image" content="https://kbntropy.vercel.app/icons/icon-512.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/app/main.js"></script>
</body>
</html>