-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (24 loc) · 903 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
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Covid-19 Tracker</title>
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat+Alternates&family=Montserrat:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Ranchers&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="covidheader-container">
<h1>Covid-19 <span>Tracker</span> </h1>
</div>
<div class="covidbutton"><button class="btn1" ><a href="app.html">Start Tracking</a></button></div>
<div class="vid-container">
<img src="assets/wash.jpg" alt=""></video>
</div>
<div class="overlay"></div>
<div class="covid-image"><img src="assets/covid.jpg" alt=""></div>
</div>
</body>
</html>