aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
blob: 82c6b26605decbddec8b36a1ff4e024c332225c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>Traccar</title>
<link rel="stylesheet" type="text/css" href="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/resources/ext-theme-neptune-all.css">
<link rel="stylesheet" type="text/css" href="//openlayers.org/en/v3.1.1/css/ol.css">
<script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/ext-all.js"></script>
<script type="text/javascript" src="//cdn.sencha.com/ext/gpl/5.1.0/build/packages/ext-theme-neptune/build/ext-theme-neptune.js"></script>
<script type="text/javascript" src="//openlayers.org/en/v3.1.1/build/ol.js"></script>
<script type ="text/javascript" src="Application.js"></script>
</head>
<body>
</body>
</html>