-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
24 lines (21 loc) · 1 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width,user-scalable=no,maximum-scale=1, initial-scale=1.0" />
<link rel="stylesheet" as="style" crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css" />
<!-- OpenGraph 설정 -->
<meta property="og:title" content="모든 회의의 시작, ASAP" />
<meta property="og:description" content="ASAP 최적의 회의시간을 도출하세요" />
<meta property="og:image" content="https://github.com/ASAP-as-soon-as-possible/ASAP_Client/assets/91375979/8a4ec3f0-ce85-4a3e-844a-d21391c4c6ec">
<meta name="naver-site-verification" content="6b03e31b9187ec727bf2fe5c82eb98eaa6a05ce5" />
<title>ASAP</title>
<meta name="description" content="최적의 회의시간을 도출하세요.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>