summaryrefslogtreecommitdiff
path: root/src/viz/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/viz/index.html')
-rw-r--r--src/viz/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/viz/index.html b/src/viz/index.html
new file mode 100644
index 0000000..02a8149
--- /dev/null
+++ b/src/viz/index.html
@@ -0,0 +1,21 @@
+<html>
+ <head>
+ <meta charset="utf-8">
+ <title>Sfive Stats</title>
+ <link rel="stylesheet" href="index.css" type="text/css" />
+ <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.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"></div>
+ <div id="content"></div>
+ </div>
+ </body>
+</html>