-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (44 loc) · 1.42 KB
/
index.html
File metadata and controls
48 lines (44 loc) · 1.42 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Is the Pandemic Over?</title>
<link rel="icon" href="/isthepandemicover/logo192.png"/>
<link rel="apple-touch-icon" href="/isthepandemicover/logo192.png"/>
<meta property="og:site_name" content="Is The Pandemic Over?" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://akivab.github.io/isthepandemicover/logo192.png" />
<meta property="og:title" content="Is The Pandemic Over?" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@xoob">
<meta name="twitter:creator" content="@xoob">
<meta name="twitter:title" content="Is the Pandemic Over?">
<meta name="twitter:description" content="Find out whether Covid19 is still a Pandemic">
<meta name="twitter:image" content="https://akivab.github.io/isthepandemicover/logo192.png">
<meta property="og:image" content="https://akivab.github.io/isthepandemicover/logo192.png" />
</head>
<body>
<style>
body {
color: black;
background-color: white;
padding: 2rem;
text-align: center;
width: 100%;
}
h2 {
position: fixed;
top: 0; left: 50%;
margin-left: -100px;
text-align: center;
width: 200px;
margin-top: 200px;
font-weight: bold;
font-size: 120pt;
font-family: Arial, sans-serif;
text-decoration: none;
cursor: default;
}
</style>
<h2>YES</h2>
</body>
</html>