-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.27 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" media="(prefers-color-scheme: light)" content="light-content" />
<meta name="apple-mobile-web-app-status-bar-style" media="(prefers-color-scheme: dark)" content="dark-content" />
<meta name="theme-color" content="#FFFFFF" />
<meta name="og:title" content="오늘 마트 영업하나요?" />
<meta name="og:description" content="방문할 마트의 영업 유무를 알려드려요." />
<meta name="og:url" content="https://is-mart-open.btry.dev/" />
<meta name="description" content="방문할 마트의 영업 유무를 알려드려요.">
<meta name="keywords" content="대형마트,마트,영업,휴무,이마트,트레이더스,에브리데이,홈플러스,코스트코">
<link rel="icon" type="image/svg+xml" href="/icons/favicon.svg" />
<link rel="mask-icon" href="/icons/favicon.svg" color="#000000" />
<title>오늘 마트 영업하나요?</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>