-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (32 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
36 lines (32 loc) · 1.99 KB
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="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🎮 게임개발 여정</title>
<!-- Primary Meta Tags -->
<meta name="title" content="게임개발 여정 - Game Dev Journey" />
<meta name="description" content="30일간의 인디 게임 개발 시뮬레이션. 품질과 타협 사이에서 선택하며 나만의 게임을 완성하세요. 4가지 엔딩이 당신을 기다립니다." />
<meta name="keywords" content="게임개발, 인디게임, 시뮬레이션, 인터랙티브, 픽셀아트, 레트로게임" />
<meta name="author" content="IMMINJU" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://imminju.github.io/game-dev-journey/" />
<meta property="og:title" content="게임개발 여정 - Game Dev Journey" />
<meta property="og:description" content="30일간의 인디 게임 개발 시뮬레이션. 품질과 타협 사이에서 선택하며 나만의 게임을 완성하세요." />
<meta property="og:image" content="https://imminju.github.io/game-dev-journey/og-image.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://imminju.github.io/game-dev-journey/" />
<meta property="twitter:title" content="게임개발 여정 - Game Dev Journey" />
<meta property="twitter:description" content="30일간의 인디 게임 개발 시뮬레이션. 품질과 타협 사이에서 선택하며 나만의 게임을 완성하세요." />
<meta property="twitter:image" content="https://imminju.github.io/game-dev-journey/og-image.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#0f0f1e" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>