summaryrefslogtreecommitdiff
path: root/testing/SendLog/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/SendLog/index.html')
-rw-r--r--testing/SendLog/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/testing/SendLog/index.html b/testing/SendLog/index.html
new file mode 100644
index 0000000..ad517f5
--- /dev/null
+++ b/testing/SendLog/index.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<!--
+Hrishi Hiraskar
+2 October 2016
+-->
+<!DOCTYPE HTML>
+<html>
+ <head><title>Send Time</title></head>
+ <script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
+ <script type="text/javascript">
+ google.charts.load('current', {packages: ['corechart','line']});
+ </script>
+ <script src="js/Queue.js"></script>
+ <script src="js/script.js"></script>
+<body>
+
+ <div id='charts'>
+ </div>
+
+</body>
+</html>