summaryrefslogtreecommitdiff
path: root/testing/SendLog/index.html
blob: f3e8080e9c7babae2f7a1faf0b0c659135bc7b03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>