-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
23 lines (23 loc) · 1017 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>UK COVID-19 Statistics</title>
<meta name="description" content="UK COVID-19 Statistics">
<meta name="author" content="An Trinh">
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<meta name="apple-itunes-app" content="app-id=1533715721">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p><img class="logo" src="images/appicon.svg"></p>
<p><h1>UK COVID-19 Statistics</h1></p>
<p>Track the latest coronavirus (COVID-19) daily new cases and deaths in the UK.</p>
<p><a href="https://github.com/atrinh0/covid19"><img src="images/github.svg"></a></p>
<p><img class="hero" src="images/hero3.png"> <img class="hero" src="images/hero4.png"></p>
<p><a href="pp.html">Privacy Policy</a></p>
<p><a href="https://github.com/atrinh0"><img src="https://www.atrinh.com/paw.svg" width="32"/></a></p>
<p> </p>
</body>
</html>