38 lines
1.5 KiB
HTML
38 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="theme-color" content="#f5f2eb" />
|
|
<meta
|
|
name="description"
|
|
content="10분 단위로 하루를 기록하고 계획하는 차분한 종이 다이어리형 플래너입니다."
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:locale" content="ko_KR" />
|
|
<meta property="og:site_name" content="10 Minute Planner" />
|
|
<meta property="og:title" content="10 Minute Planner" />
|
|
<meta
|
|
property="og:description"
|
|
content="10분 단위로 하루를 기록하고 계획하는 차분한 종이 다이어리형 플래너입니다."
|
|
/>
|
|
<meta property="og:image" content="/og-image.png" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1731" />
|
|
<meta property="og:image:height" content="909" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="10 Minute Planner" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="10분 단위로 하루를 기록하고 계획하는 차분한 종이 다이어리형 플래너입니다."
|
|
/>
|
|
<meta name="twitter:image" content="/og-image.png" />
|
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
|
<title>10 Minute Planner</title>
|
|
</head>
|
|
<body class="bg-stone-100">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|