-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.26 KB
/
Copy pathindex.html
File metadata and controls
22 lines (22 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Monochrome: The Eclipse - Prototype v0.1</title>
<meta name="description" content="1-3층 공개 범위에서 동전 패턴과 기억 조각으로 빌드를 완성하고 월식 보스를 넘는 턴제 로그라이트 RPG 프로토타입, Monochrome: The Eclipse." />
<meta name="theme-color" content="#020617" />
<meta property="og:title" content="Monochrome: The Eclipse - Prototype v0.1" />
<meta property="og:description" content="1-3층 공개 범위에서 동전 앞면과 뒷면으로 전투 패턴을 짜고 Stage 3 보스를 상대하는 턴제 로그라이트 프로토타입." />
<meta property="og:type" content="website" />
<meta property="og:image" content="%BASE_URL%icon-512.png" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/png" href="%BASE_URL%icon-512.png">
<link rel="apple-touch-icon" href="%BASE_URL%apple-touch-icon.png">
<link rel="manifest" href="%BASE_URL%manifest.webmanifest">
</head>
<body class="bg-gray-900">
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>