diff options
Diffstat (limited to 'web/tests.html')
-rw-r--r-- | web/tests.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/web/tests.html b/web/tests.html deleted file mode 100644 index 5df01347d..000000000 --- a/web/tests.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -<link rel="stylesheet" type="text/css" href="http://bryntum.com/examples/extjs-6.0.1/build/classic/theme-triton/resources/theme-triton-all.css"> -<link rel="stylesheet" type="text/css" href="//cdn.traccar.org/siesta/siesta-4.0.0-lite/resources/css/siesta-all.css"> -<script src="http://bryntum.com/examples/extjs-6.0.1/build/classic/theme-triton/theme-triton.js" type="text/javascript"></script> -<script src="http://bryntum.com/examples/extjs-6.0.1/build/ext-all.js" type="text/javascript"></script> -<script src="//cdn.traccar.org/siesta/siesta-4.0.0-lite/siesta-all.js"></script> -<script src="tests/index.js"></script> -</head> -<body> -</body> -</html> |