aboutsummaryrefslogtreecommitdiff
path: root/web/simple/index.html
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-12-15 00:03:36 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-12-15 00:03:57 +1300
commitae00f68435077b1824b70081bff59aa5bad58078 (patch)
treef3fada92a77a82a0f1431a70df624d8f55d9e095 /web/simple/index.html
parent36f645e0d3def24ea6228c0974b83f60503d9ea6 (diff)
downloadtrackermap-web-ae00f68435077b1824b70081bff59aa5bad58078.tar.gz
trackermap-web-ae00f68435077b1824b70081bff59aa5bad58078.tar.bz2
trackermap-web-ae00f68435077b1824b70081bff59aa5bad58078.zip
Begin simple web app implementation
Diffstat (limited to 'web/simple/index.html')
-rw-r--r--web/simple/index.html14
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>