Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,35 @@
<html lang="ko">
<head>
<meta charset="UTF-8" />
<title>GlobalNomad</title>
<meta name="description" content="전 세계 액티비티·체험을 한 번에 예약하세요." />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="/src/styles/globals.css" rel="stylesheet" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />

<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GlobalNomad" />
<meta property="og:title" content="GlobalNomad | 글로벌 액티비티 예약 플랫폼" />
<meta property="og:description" content="전 세계 액티비티·체험을 한 번에 예약하세요." />
<meta property="og:url" content="https://globalnomad-team6.vercel.app" />
<meta property="og:image" content="https://globalnomad-team6.vercel.app/image/GlobalNomad.webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:locale" content="ko_KR" />

<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="GlobalNomad | 글로벌 액티비티 예약 플랫폼" />
<meta name="twitter:description" content="전 세계 액티비티·체험을 한 번에 예약하세요." />
<meta name="twitter:image" content="https://globalnomad-team6.vercel.app/image/GlobalNomad.webp" />

<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css" />
<title>6team-project</title>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/image/GlobalNomad.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.