Skip to content

Commit acd5c3c

Browse files
committed
feat : 메타 데이터 작성
1 parent 6ee1c28 commit acd5c3c

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

index.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
1-
<!doctype html>
2-
<html lang="en">
1+
<!DOCTYPE html>
2+
<html lang="kr">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
65
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Vite + React + TS</title>
6+
<title>Simple Drag & Drop Task App</title>
7+
<meta
8+
name="description"
9+
content="드래그 앤 드롭 기능으로 편리하게 작업을 관리하는 테스크 애플리케이션입니다."
10+
/>
11+
<meta
12+
name="keywords"
13+
content="테스크, 작업관리, 드래그 앤 드롭, 생산성, 할일"
14+
/>
15+
<meta property="og:title" content="드래그 앤 드롭 테스크 앱" />
16+
<meta
17+
property="og:description"
18+
content="드래그 앤 드롭 기능으로 편리하게 작업을 관리하는 테스크 애플리케이션입니다."
19+
/>
20+
<meta property="og:url" content="https://react-task-app-45f27.web.app/" />
821
</head>
922
<body>
1023
<div id="root"></div>

0 commit comments

Comments
 (0)