45 lines
1.7 KiB
HTML
45 lines
1.7 KiB
HTML
<!doctype html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Mail Summary</title>
|
|
<meta
|
|
name="description"
|
|
content="메일 요약 · 주간업무보고 도구"
|
|
/>
|
|
<meta name="theme-color" content="#D60051" />
|
|
<meta name="application-name" content="Mail Summary" />
|
|
<meta name="apple-mobile-web-app-title" content="Mail Summary" />
|
|
|
|
<link rel="icon" href="/favicon.ico" sizes="any" />
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
|
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:site_name" content="Mail Summary" />
|
|
<meta property="og:title" content="Mail Summary" />
|
|
<meta
|
|
property="og:description"
|
|
content="메일 요약 · 주간업무보고 도구"
|
|
/>
|
|
<meta property="og:locale" content="ko_KR" />
|
|
<meta property="og:url" content="%VITE_SITE_URL%" />
|
|
<meta property="og:image" content="%VITE_SITE_URL%/og-image.png" />
|
|
<meta property="og:image:type" content="image/png" />
|
|
<meta property="og:image:width" content="1920" />
|
|
<meta property="og:image:height" content="1080" />
|
|
<meta property="og:image:alt" content="Mail Summary" />
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Syne:wght@600;700;800&family=IBM+Plex+Sans+KR:wght@400;500;600;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
</body>
|
|
</html>
|