-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
71 lines (65 loc) · 3.47 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="https://static.1922.gov.tw/images/favicon.ico">
<link rel="stylesheet" href="https://static.1922.gov.tw/assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="style.css?1641901275">
<title>COVID-19 公費疫苗預約平台</title>
<link rel="canonical" href="https://1922.gov.tw/">
<meta name="Accessible_website" content="本網站通過 A/AA/AAA 檢測等級無障礙網頁檢測">
<meta name="description" content="COVID-19 公費疫苗預約平台">
<meta name="keywords" content="COVID-19 公費疫苗預約平台">
<meta name="author" content="COVID-19 公費疫苗預約平台">
<meta name="google" value="notranslate">
<meta property="og:type" content="website">
<meta property="og:title" content="COVID-19 公費疫苗預約平台">
<meta property="og:description" content="COVID-19 公費疫苗預約平台">
<meta property="og:url" content="https://1922.gov.tw/">
</head>
<body id="app" class="d-flex flex-column justify-content-between">
<nav class="navbar navbar-dark">
<div class="container">
<span class="navbar-brand">
<img src="https://static.1922.gov.tw/images/logo-light.png" height="60" width="64" class="d-inline-block align-top" alt="">
<span>COVID-19 公費疫苗預約平台</span>
</span>
</div>
</nav>
<div class="container mt-5 mb-5">
<div class="info">
<div class='chinese'>
<h1>【嚴重特殊傳染性肺炎中央流行疫情指揮中心公告】</h1>
<p><b>COVID-19 公費疫苗預約平台,預計於 111 年 1 月 15 日重新啟用,提供第三劑預約服務。</b>
<br /><br />
目前已開放各地方政府指定/安排合約醫療院所或衛生所提供疫苗預約接種,
民眾可至衛生福利部疾病管制署全球資訊網,運用
<a href="https://www.cdc.gov.tw/Category/List/hlrN4cZsF2Pe4C6DFhggqQ" target="_blank" rel="noreferrer noopener">「COVID-19 疫苗接種院所」</a>
及
<a href="https://antiflu.cdc.gov.tw/Covid19" target="_blank" rel="noreferrer noopener">「COVID-19 接種院所地圖」</a>
等資訊,就近前往接種。</p>
</div>
<hr>
<div class='english'>
<h1>【The Central Epidemic Command Center (CECC)】</h1>
<p><b>The CECC will restart the 1922 Vaccination Appointment System on January 15, 2022 for booster shots.</b>
<br><br>
Meanwhile, local governments will update information about the brands of vaccines available and
<a href="https://www.cdc.gov.tw/Category/List/hlrN4cZsF2Pe4C6DFhggqQ" target="_blank" rel="noreferrer noopener">the location of participating hospitals and clinics</a>
for you to schedule your COVID-19 vaccination appointment.
Additionally, you can visit
<a href="https://antiflu.cdc.gov.tw/Covid19" target="_blank" rel="noreferrer noopener">the vaccine map of Taiwan showing all relevant information about COVID-19 vaccines.</a>
</p>
</div>
</div>
</div>
<footer class="pt-4 pb-4">
<div class="container text-white">
Copyright © 2022 疫苗預約系統<br>Copyright © 2022 COVID-19 Vaccination Appointment System
</div>
</footer>
</body>
</html>