-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
50 changed files
with
614 additions
and
233 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,26 @@ | |
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
|
||
<!-- SEO 메타 태그 --> | ||
<meta name="description" content="Taskify는 일의 우선순위를 정해 효율적으로 관리할 수 있도록 도와주는 일정 관리 서비스 입니다." /> | ||
<meta name="keywords" content="Taskify, 작업 관리, 일정, 할 일 목록, 생산성 도구" /> | ||
<meta name="author" content="codeit-5-8" /> | ||
|
||
<!-- Open Graph 메타 태그 (소셜 미디어) --> | ||
<meta property="og:title" content="Taskify" /> | ||
<meta property="og:description" content="Taskify는 일의 우선순위를 정해 효율적으로 관리할 수 있도록 도와주는 일정 관리 서비스 입니다." /> | ||
<meta property="og:image" content="https://i.ibb.co/dQp7gY8/desktop.png" /> | ||
<!-- <meta property="og:url" content="배포 시 변경" /> --> | ||
<meta property="og:type" content="website" /> | ||
|
||
<!-- Twitter 메타 태그 --> | ||
<meta name="twitter:card" content="https://i.ibb.co/dQp7gY8/desktop.png" /> | ||
<meta name="twitter:title" content="Taskify" /> | ||
<meta name="twitter:description" content="Taskify는 일의 우선순위를 정해 효율적으로 관리할 수 있도록 도와주는 일정 관리 서비스 입니다." /> | ||
<meta name="twitter:image" content="https://yourdomain.com/path/to/image.jpg" /> | ||
|
||
<!-- Google Fonts 및 Pretendard 폰트 --> | ||
<link | ||
rel="stylesheet" | ||
as="style" | ||
|
@@ -16,6 +36,7 @@ | |
href="https://fonts.googleapis.com/css2?family=Abel&family=Acme&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:[email protected]&display=swap" | ||
rel="stylesheet" | ||
/> | ||
|
||
<title>Taskify</title> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.