-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard1.html
More file actions
43 lines (37 loc) · 1.24 KB
/
dashboard1.html
File metadata and controls
43 lines (37 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<title>Dashboard</title>
<link rel="stylesheet" href="./dashboard1.css">
<>
<h1>COVID RESULTS</h1>
<div class="nav">
<img id="pi" src="./img/img2.jpg" alt="">
<ul>
<li><a href="#">DISTRICT</a>
<div class="menu">
<ul>
<li><a href="https://weather.com/coronavirus/l/0e16850b4d1cf59604f1604612f79c0e69e36690cc4175515635d6b485e6d75d">DHARWAD</a></li>
<li><a href="https://weather.com/coronavirus/l/c3b2eacff50f376c902faea5ead6836f209634ddd3cc6474b84b4d672ff2d184">SHIVMOGA</a></li>
<li><a href="https://weather.com/coronavirus/l/a41b2d485f3393333e8b65209a8ba4077ace9b2fab09772405f204ee804b3075">GADAG</a></li>
</ul>
</div>
</li>
</ul>
</div>
<div id="sec">
<aside>
<img id="pic" src="./img/img1.jpg" alt="">
</aside>
<section>
<img id="secpic" src="./img/img5.png" alt="">
</section>
<article>
<p >COVID-19 affects different people in different ways. Most infected people will develop mild to moderate illness and recover without hospitalization.
</p>
</article>
</div>
<footer>
<h1>FOOTER</h1>
</footer>
</body>
</html>