forked from ASAP-as-soon-as-possible/ASAP_Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (19 loc) · 895 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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/[email protected]/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">
<title>ASAP, 최적의 회의시간 도출서비스</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>