summaryrefslogtreecommitdiff
path: root/src/viz/index.html
blob: fd3b3dbe4d2f12896e6b79a284a92192ec7361d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
  <head>
  <meta charset="utf-8">
  <title>Sfive Stats</title>
  <link rel="stylesheet" href="index.css" type="text/css" />
  <script src="jquery-2.1.1.min.js" ></script>
  <script type="text/javascript" src="https://www.google.com/jsapi"></script>
  <script type="text/javascript">
      google.load('visualization', '1', {packages: ['gauge']});
  </script>
  <script type="text/javascript" src="dygraph-combined.js"></script>
  <script type="text/javascript" src="index.js"></script>
 </head>
 <body>
	 <div class="">
    <h1>Sfive Stat Display</h1>
    <div id="menu" class="container"><a href="#settings">Settings</a>&nbsp;</div>
    <div id="content"></div>
    <div id="settings" class="container"></div>
   </div>
 </body>
</html>