diff options
author | Hrishi Hiraskar | 2016-10-27 20:10:41 +0530 |
---|---|---|
committer | Hrishi Hiraskar | 2016-10-27 20:10:41 +0530 |
commit | da12ecf2df3c51e0f597d82c63846249e2341b63 (patch) | |
tree | 2c0c48eb83d4bd7ab3b098f3167c77186a883b13 /testing/SendLog/index.html | |
parent | ae0cbd8742d2a6f92f22c444fedff60985091d81 (diff) | |
download | xcos-on-web-da12ecf2df3c51e0f597d82c63846249e2341b63.tar.gz xcos-on-web-da12ecf2df3c51e0f597d82c63846249e2341b63.tar.bz2 xcos-on-web-da12ecf2df3c51e0f597d82c63846249e2341b63.zip |
Integrated SendLog python server
Diffstat (limited to 'testing/SendLog/index.html')
-rw-r--r-- | testing/SendLog/index.html | 21 |
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> |