-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (32 loc) · 1.4 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
38
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<script
type="text/javascript"
src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"
></script>
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1.0, minimum-scale=1, user-scalable=0, viewport-fit=cover"
/>
<meta property="og:type" content="website">
<meta property="og:title" content="드로우">
<meta property="og:url" content="https://drawyourcard.site">
<meta property="og:image" content="https://drawyourcard.site/opengraph.png">
<meta property="og:description" content="텍스트 기반 숏폼 커뮤니티">
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="drawyourcard.site">
<meta property="twitter:url" content="https://drawyourcard.site">
<meta name="twitter:title" content="드로우">
<meta name="twitter:description" content="텍스트 기반 숏폼 커뮤니티">
<meta name="twitter:image" content="https://drawyourcard.site/opengraph.png">
<title>드로우</title>
<meta name="description" content="텍스트 기반 숏폼 커뮤니티">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>