-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
81 lines (73 loc) · 4.74 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
72
73
74
75
76
77
78
79
80
81
<head>
<!---Meta tags. Includes responsive stuffs and SEO--->
<meta name="google-site-verification" content="aje3mNkQNU0sxxQUHkuLP7QfDyXvP9KBDGj1BDiA3GA" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="How many COVID-19 cases in Malaysia today?" />
<meta name="description" content="Straightforward page that shows only the COVID-19 cases." />
<meta name="keywords" content="covid-19 malaysia,covid-19 cases malaysia" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="language" content="English" />
<!---Social media tags for Facebook-->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://weareblahs.github.io/covidcases" />
<meta property="og:title" content="How many COVID-19 cases in Malaysia today?" />
<meta property="og:description" content="Straightforward page that shows only the COVID-19 cases." />
<meta property="og:image" content="https://weareblahs.github.io/covidcases/img/cases.png" />
<!---Separate Social Media tags for Twitter-->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://weareblahs.github.io/covidcases/">
<meta property="twitter:title" content="How many COVID-19 cases in Malaysia today?">
<meta property="twitter:description" content="Straightforward page that shows only the COVID-19 cases.">
<meta property="twitter:image" content="https://weareblahs.github.io/covidcases/img/cases.jpg">
<!--PWA stuffs-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple=mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="COVID-19 Cases">
<!---Favicon stuffs-->
<link rel="apple-touch-icon" sizes="57x57" href="icon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="icon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icon/favicon-16x16.png">
<link rel="manifest" href="icon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="icon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="styles/style.css">
<!--Add to home screen-->
<script src="pwa/addtohomescreen.js"></script>
<script>
addToHomescreen();
</script>
<body>
<title>How many COVID-19 cases in Malaysia today?</title>
</body>
</head>
<body>
<html>
<div class="centertextv2">
<h2><center>COVID-19 cases in Malaysia as of 23 November 2024</center></h2>
</div>
<div class="center-center">
<h1>141</h1>
</div>
<h2><center>This website is available on Twitter / X as a bot, updates on 10am every day. <a href="https://twitter.com/mycovidcasesbot" class="sociallink"><u>Follow us on Twitter</u></center></a></h2>
<h2><center>Also available on Mastodon, updates on 10am every day. <a rel="me" href="https://botsin.space/@myccbot" class="sociallink"><u>Follow us on Mastodon</u></center></a></h2>
<h2><center><a href="https://weareblahs.github.io/covidcases/deaths" class="redbox"> View deaths </a></center></h2>
<h2><center><a href="https://weareblahs.github.io/covidcases/navi" class="redbox"> More statistics </a></center></h2>
<h2><center>
<a href="https://weareblahs.github.io/covidcases/img/cases.jpg" download="COVID-19_Deaths_26_November_2024_20_22_25.jpg" class="redbox"> Save as image </a>
</center></h2>
<p><center>Updated on 26 November 2024 on 20:22:25 (MYT). <br>Static version. Updates every hour. <button a onclick=document.location='https://weareblahs.github.io/covidcases/dynamic'>Realtime version</button></center></p>
</html>
</body>