-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvast.html
More file actions
36 lines (33 loc) · 916 Bytes
/
Copy pathvast.html
File metadata and controls
36 lines (33 loc) · 916 Bytes
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
<html>
<head>
<title>
Vastrapur | Stastistics
</title>
<link href="https://fonts.googleapis.com/css?family=Turret+Road&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=PT+Serif&display=swap" rel="stylesheet">
<link rel="stylesheet" href="one.css">
</head>
<body class="three">
<p class="one">Vastrapur</p>
<h2 class="two">Current Temprature : 30 ° </h2>
<img src="Vastrapur.png" alt="Vastrapur " class="img">
<table class="myTable">
<tr>
<th>Disease</th>
<th>Chances</th>
</tr>
<tr>
<td>Dengue</td>
<td>7%</td>
</tr>
<tr>
<td>Malaria</td>
<td>3%</td>
</tr>
<tr>
<td>Other</td>
<td>1%</td>
</tr>
</table>
</body>
</html>