generated from DS4200-Sec2-F22/ic-13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (30 loc) · 1.05 KB
/
index.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8/>
<title> ic-13 </title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="js/d3.v6.1.1/d3.min.js"></script>
</head>
<body>
<h1 class='centered_header'> Boston City Hall Data Practice </h1>
<div class='two_cols'>
<div class="left_col">
<h2 class='centered_header'>Boston City Hall Energy Usage</h2>
</div>
<div class='right_col'>
<h2 class='centered_header'>Boston Central Library Energy Usage</h2>
</div>
</div>
<h3 class="centered_header">Acknowledgements</h3>
<div>
<ul>
<li> <a href="https://d3-graph-gallery.com/graph/line_basic.html" target="_blank">https://d3-graph-gallery.com/graph/line_basic.html </a> </li>
<li> <a href="https://bl.ocks.org/d3noob/b6a31090595da11536a6d30d63198c1e" target="_blank"> https://bl.ocks.org/d3noob/b6a31090595da11536a6d30d63198c1e </a> </li>
</ul>
</div>
<script src=main.js></script>
</body>
</html>
</body>
</html>