forked from nikitadhona/Conquer-Covid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (33 loc) · 818 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
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Conquer Corona | Home</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Conquer Corona</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">Our Motto</a>
<a href="#">Our Services</a>
<a href="#">Our Team</a>
<a href="#">Contact Us</a>
</nav>
<main>
<video src="" width="100%" poster=""></video>
<div class="solution">
Idhar we need to describe solution
</div>
<div class="services">
Ambulance Doctor Medicines Grocery
</div>
<div class="team">
</div>
<div class="contactform">
</div>
</main>
</body>
</html>