-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
24 lines (24 loc) · 1.17 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.png" />
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-rounded/css/uicons-regular-rounded.css'>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="티.나.끝 - TIL을 쓰지 않으면 나의 하루는 끝나지 않는다" />
<meta name="keywords" content="TIL, 티나끝, Velog, 기술블로그" />
<meta name="author" content="Jungle" />
<!-- Open Graph 메타데이터 추가 시작 -->
<meta property="og:title" content="티.나.끝" />
<meta property="og:description" content="TIL을 쓰지 않으면 나의 하루는 끝나지 않는다." />
<meta property="og:url" content="https://tilfullstop.site/" />
<meta property="og:type" content="website" />
<title>티나끝</title>
</head>
<body>
<div id="root"></div>
<div id="modal"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>