diff options
author | Hrishi Hiraskar | 2016-10-02 14:41:40 +0530 |
---|---|---|
committer | GitHub | 2016-10-02 14:41:40 +0530 |
commit | 81f80f5fe4aefc60a2859c52daaee5f41311180a (patch) | |
tree | 79b3cc769a37944276760ecc00c1489ea57c6abd | |
parent | 0df28c776dcbb2e6a4dd7ccf893f3bbd83b4ec53 (diff) | |
download | xcos-on-web-81f80f5fe4aefc60a2859c52daaee5f41311180a.tar.gz xcos-on-web-81f80f5fe4aefc60a2859c52daaee5f41311180a.tar.bz2 xcos-on-web-81f80f5fe4aefc60a2859c52daaee5f41311180a.zip |
Create index.html
-rw-r--r-- | testing/SendLog/index.html | 21 |
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> |