-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (48 loc) ยท 1.91 KB
/
index.html
File metadata and controls
51 lines (48 loc) ยท 1.91 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link
rel="preload"
as="font"
href="/fonts/PretendardVariable.woff2"
type="font/woff2"
crossorigin
/>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="format-detection" content="telephone=no, email=no, address=no" />
<title>๋ค๋ฝ ยท ์์
์ ๋ค๋ฝ๋ ๋ฝ, ์ทจํฅ์ด ๋ง๋๋ ๊ณณ</title>
<!-- ๊ธฐ๋ณธ SEO -->
<meta name="description" content="๋๋ง์ CD๋ฅผ ๊พธ๋ฏธ๊ณ , ์ทจํฅ์ ๊ณต์ ํ๋ฉฐ ์ํตํ๋ ๋ฎค์ง๋ฃธ" />
<meta name="keywords" content="๋ค๋ฝ, ์์
, ํ๋ ์ด๋ฆฌ์คํธ, ์์
์ถ์ฒ, ์ทจํฅ, ์์
์ฑ" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:title" content="๋ค๋ฝ ยท ์์
์ ๋ค๋ฝ๋ ๋ฝ, ์ทจํฅ์ด ๋ง๋๋ ๊ณณ" />
<meta property="og:description" content="๋๋ง์ CD๋ฅผ ๊พธ๋ฏธ๊ณ , ์ทจํฅ์ ๊ณต์ ํ๋ฉฐ ์ํตํ๋ ๋ฎค์ง๋ฃธ" />
<meta property="og:url" content="https://www.deulak.com" />
<meta
property="og:image"
content="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/hansol/deulak/ogImage.png"
/>
<meta property="og:site_name" content="๋ค๋ฝ" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="๋ค๋ฝ ยท ์์
์ ๋ค๋ฝ๋ ๋ฝ, ์ทจํฅ์ด ๋ง๋๋ ๊ณณ" />
<meta
name="twitter:description"
content="๋๋ง์ CD๋ฅผ ๊พธ๋ฏธ๊ณ , ์ทจํฅ์ ๊ณต์ ํ๋ฉฐ ์ํตํ๋ ๋ฎค์ง๋ฃธ"
/>
<meta
name="twitter:image"
content="https://pub-cf3b9667253a490495a16433a99bd7ca.r2.dev/hansol/deulak/ogImage.png"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>