-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph_legend.html
30 lines (25 loc) · 990 Bytes
/
graph_legend.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
<!DOCTYPE html>
<html>
<head>
<title>Africa Temperature Rise</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</head>
<body>
<div id="header"></div>
<div class="section-3">
<div class="section-3-graph">
<img src="country_legend.png" alt="World Temperature Trend Graph">
</div>
</div>
<div class="separator-1"></div>
<div id="footer"></div>
<script src="loadHeaderFooter.js"></script>
</body>
</html>