-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (25 loc) · 850 Bytes
/
index.html
File metadata and controls
27 lines (25 loc) · 850 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0"
/>
<!-- <meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no , translate=no"
/> -->
<!-- 카카오, 슬랙 등 공유 시 표시되는 정보 -->
<meta property="og:title" content="beBig" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://ifh.cc/g/C64YJp.png" />
<meta property="og:description" content="사용자 소비 성향에 맞춘 자산 관리 서비스" />
<title>beBig.</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>