diff options
Diffstat (limited to 'web/simple/index.html')
-rw-r--r-- | web/simple/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/web/simple/index.html b/web/simple/index.html new file mode 100644 index 00000000..08c9b2bb --- /dev/null +++ b/web/simple/index.html @@ -0,0 +1,14 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="UTF-8"> +<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> +<title>Traccar</title> +<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.css" type="text/css"> +</head> +<body style="margin: 0; padding: 0;"> +<div id="map" style="width: 100%; height: 100%; position:fixed;"></div> +<script src="//cdnjs.cloudflare.com/ajax/libs/ol3/3.19.1/ol.js" type="text/javascript"></script> +<script id="loadScript" src="app.js"></script> +</body> +</html> |