-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDccGraph.html
More file actions
28 lines (23 loc) · 915 Bytes
/
DccGraph.html
File metadata and controls
28 lines (23 loc) · 915 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
<html>
<head>
<link rel="stylesheet" href="content/css/main.css">
<script type="text/javascript" src="content/js/jquery-3.1.0.min.js"></script>
<script type="text/javascript" src="content/js/jquery.csv.min.js"> </script>
<script type="text/javascript" src="content/js/plotly-latest.min.js"> </script>
<script type="text/javascript" src="content/js/CombinedGraphs.js"> </script>
</head>
<body>
<div id="wccHeader">
<div id="wccLogo"><a class="logo" href="http://wellington.govt.nz/" title="Wellington City Council">Wellington City Council</a></div>
<div id="wccPageTitle"></div>
</div>
<div id="graphPanel"></div>
<div id="wccFooter">
<div id="wccFootInfo">
<div class="title">Contact us</div>
<div class="email"><a href="mailto:info@wcc.govt.nz" title="Email Wellington City Council">info@wcc.govt.nz</a></div>
<div class="phone">(04) 499 4444</div>
</div>
</div>
</body>
</html>