-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (32 loc) · 1.38 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
24
25
26
27
28
29
30
31
32
33
34
35
<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/BsEnveloperHeart.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Show Mailer</title>
<!-- SEO Tags -->
<meta name="title" content="ShowMailer" />
<meta
name="description"
content="서울시 문화공연 이메일 알림 서비스입니다. 서울시 문화행사 정보에 좋아요를 누르면, 일정에 맞게 이메일 알림을 전송합니다."
/>
<meta
name="keywords"
content="공연, 콘서트, 전시회, 서울 놀거리, 이메일 알림, 서울시 문화공연 이메일 알림 서비스"
/>
<meta name="author" content="programmers webFull 3th team-ShowMailer " />
<!-- Open Graph Tags -->
<meta property="og:title" content="Show Mailer" />
<meta property="og:description" content="서울시 공연에 좋아요를 눌러 알림을 받아보세요." />
<meta property="og:image" content="/src/assets/imgs/ogImg.jpg" />
<meta property="og:url" content="https://dev-alarm-fe.vercel.app/" />
<meta property="og:type" content="website" />
<!-- 중복 방지 Tag -->
<link rel="canonical" href="https://dev-alarm-fe.vercel.app/" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>