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, 0 insertions, 21 deletions
diff --git a/testing/SendLog/index.html b/testing/SendLog/index.html
deleted file mode 100644
index f3e8080..0000000
--- a/testing/SendLog/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!DOCTYPE html>
-<!--
-Hrishi Hiraskar
-2 October 2016
--->
-<!DOCTYPE HTML>
-<html>
- <head><title>Send Log</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>