-
Notifications
You must be signed in to change notification settings - Fork 31
/
jeju.html
52 lines (49 loc) · 1.72 KB
/
jeju.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="ko">
<head>
<meta property="og:type" content="website" />
<meta property="og:title" content="코로나19 제주 진료소 및 안심병원" />
<meta
name="description"
content="질병관리본부의 데이터에 근거하여 신종 코로나 바이러스 감염증에 대한 정보, 안내 및 확산 지도를 신속하게 전달합니다."
/>
<meta
name="keywords"
content="코로나19, 코로나바이러스, 코로나, 코로나맵, 코로나지도, 코로나 지도, 코로나 현황판, 확진자"
/>
<meta property="og:description" content="코로나 바이러스 현황판" />
<meta
property="og:image"
content="https://livecorona.co.kr/img/livecorona.jpg"
/>
<meta property="og:url" content="https://livecorona.co.kr" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=yes"
/>
<meta name="author" content="LIVECoD" />
<link rel="shortcut icon" href="#" />
<title>라이브코로나 | 제주 진료소 및 안심병원</title>
<link rel="icon" href="img/favicon.png" type="image/x-icon" />
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-157131634-1");
</script>
<script>
window.location.replace("https://jeju.livecorona.co.kr");
</script>
</head>
<body>
<noscript>
페이지가
<a href="https://jeju.livecorona.co.kr">jeju.livecorona.co.kr</a>로
이동했습니다.
</noscript>
</body>
</html>