<!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="https://unpkg.com/leaflet@1.2.0/dist/leaflet.css"> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="plugins/DeviceImage.css"> <link rel="stylesheet" href="plugins/FollowControl.css"> </head> <body style="margin: 0; padding: 0;"> <div id="map" style="width: 100%; height: 100%; position:fixed;"></div> <script src="https://unpkg.com/leaflet@1.2.0/dist/leaflet.js"></script> <script src="plugins/DeviceImage.js"></script> <script src="plugins/FollowControl.js"></script> <script id="loadScript" src="app.js"></script> </body> </html>