-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 745 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (27 loc) · 745 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>worldwide fire map</title>
<link rel="stylesheet" type="text/css" href="screen.css">
<link rel="stylesheet" type="text/css" href="font.css">
<link rel="stylesheet" type="text/css" href="button.css">
</head>
<body>
<p>
<h1>WORLDWIDE FIRE MAP</h1>
<a href="histogram.html" class="btn1">area_vs_count</a>
<a href="http://127.0.0.1:8050/" class="btn2">fire in 24 hours</a>
</p>
<p>
<div id="tv">
<div id="screen">
<img src="FIRE.jpg" >
<img src="FIRE2.jpg" >
<img src="FIRE3.jpg">
<img src="FIRE4.jpg" >
</div>
</div>
</p>
</body>
</html>