46 lines
2.2 KiB
HTML
46 lines
2.2 KiB
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Tier Maker | 템플릿으로 쉽게 만드는 티어표</title>
|
|
<meta
|
|
name="description"
|
|
content="템플릿과 커스텀 이미지로 티어표를 만들고 저장하고 공유하세요. 관리자 요청과 템플릿 업데이트 흐름까지 한 번에 관리할 수 있습니다."
|
|
/>
|
|
<meta name="theme-color" content="#090d16" />
|
|
<meta name="application-name" content="Tier Maker" />
|
|
|
|
<link rel="canonical" href="https://tmaker.sori.studio/" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
|
|
<meta property="og:site_name" content="Tier Maker" />
|
|
<meta property="og:locale" content="ko_KR" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://tmaker.sori.studio/" />
|
|
<meta property="og:title" content="Tier Maker | 템플릿으로 쉽게 만드는 티어표" />
|
|
<meta
|
|
property="og:description"
|
|
content="템플릿과 커스텀 이미지로 티어표를 만들고 저장하고 공유하세요. 관리자 요청과 템플릿 업데이트 흐름까지 한 번에 관리할 수 있습니다."
|
|
/>
|
|
<meta property="og:image" content="https://tmaker.sori.studio/og-card.png" />
|
|
<meta property="og:image:alt" content="Tier Maker 공유 썸네일" />
|
|
<meta property="og:image:width" content="1200" />
|
|
<meta property="og:image:height" content="630" />
|
|
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Tier Maker | 템플릿으로 쉽게 만드는 티어표" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="템플릿과 커스텀 이미지로 티어표를 만들고 저장하고 공유하세요."
|
|
/>
|
|
<meta name="twitter:image" content="https://tmaker.sori.studio/og-card.png" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|