-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy patheffect.html
More file actions
40 lines (38 loc) · 2.11 KB
/
Copy patheffect.html
File metadata and controls
40 lines (38 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FireGuard Dispatch</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg " style="background-color: #e3f2fd;">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img style="height: 40px;" src="./Logo.png"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent"></div>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./routing.html">Routing</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="./effect.html">Effect</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./stat.html">Statistic</a>
</li>
</ul>
</div>
</nav>
</header>
<h1>The effects of Fire incidences in California</h1><img src="./mapfre.png" width="1100" height="600" style="border: 1px solid black;">
<img src="./maphp.png" width="1100" height="600" style="border: 1px solid black;"><img src="./Screenshot (1304).png" width="1100" height="600" style="border: 1px solid black;">
</body>
</html>