-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (19 loc) · 1.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<title>Public Key Pinning Dashboard</title>
<center>
<button id=nightly style="background-color:white" onclick="changeView('nightly')">Nightly</button>
<button id=aurora style="background-color:white" onclick="changeView('aurora')">Aurora</button>
<button id=beta style="background-color:white" onclick="changeView('beta')">Beta</button>
</center>
<head>
<script src="http://telemetry.mozilla.org/v1/telemetry.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="http://code.highcharts.com/stock/highstock.js"></script>
<script src="http://code.highcharts.com/stock/modules/exporting.js"></script>
<script src="chartoptions.js"></script>
<script src="dashboard.js"></script>
</head>
<div id="timeseries" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<div id="volume" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<div id="host" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<div id="hostVolume" style="min-width: 310px; height: 400px; margin: 0 auto"></div>
<pre id="output"></pre>