generated from waterbinnn/react-vite-shadcn-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
36 lines (36 loc) · 1.72 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
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/icons/icon-32.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary -->
<title>디룩 | 성장하는 개발자의 탭</title>
<meta name="title" content="디룩 | 성장하는 개발자의 탭" />
<meta name="author" content="@waterbinnn" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.delook.co.kr/" />
<meta property="og:title" content="디룩 | 성장하는 개발자의 탭" />
<meta
property="og:description"
content="디룩은 랜덤한 프로그래밍 개념을 보여주어, 매일 자연스럽게 학습할 수 있는 환경을 제공합니다. 꾸준한 학습을 통해 기술 면접과 실무에 자신감을 더하세요.
"
/>
<meta property="og:image" content="https://www.delook.co.kr/images/og-thumbnail.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.delook.co.kr" />
<meta property="twitter:title" content="디룩 | 성장하는 개발자의 탭" />
<meta
property="twitter:description"
content="디룩은 랜덤한 프로그래밍 개념을 보여주어, 매일 자연스럽게 학습할 수 있는 환경을 제공합니다. 꾸준한 학습을 통해 기술 면접과 실무에 자신감을 더하세요.
"
/>
<meta property="twitter:image" content="https://www.delook.co.kr/images/og-thumbnail.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>