aboutsummaryrefslogtreecommitdiff
path: root/web/index.html
blob: 2fa9304c58782dc5b6edda3ca93c22581070ab3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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="http://openlayers.org/en/v3.1.1/build/ol.js"></script>
    <script type ="text/javascript" src="Strings.js"></script>
    <script type ="text/javascript" src="Styles.js"></script>
    <script type ="text/javascript" src="Application.js"></script>
</head>
<body>
</body>
</html>