-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.47 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
25
26
27
28
29
30
31
32
33
34
35
36
37
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"
/>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="manifest" href="/manifest.json" crossorigin="anonymous">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<!-- HTML Meta Tags -->
<title>만다라트</title>
<meta name="description" content="만다라트를 작성하고 계획을 달성해보세요">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://mandalart.pages.dev/">
<meta property="og:type" content="website">
<meta property="og:title" content="만다라트">
<meta property="og:description" content="만다라트를 작성하고 계획을 달성해보세요">
<meta property="og:image" content="/og-image.png">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="junghyeonsu.com">
<meta property="twitter:url" content="https://mandalart.pages.dev/">
<meta name="twitter:title" content="만다라트">
<meta name="twitter:description" content="만다라트를 작성하고 계획을 달성해보세요">
<meta name="twitter:image" content="/og-image.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>