<!DOCTYPE html>

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>Dashboard</title>
    <link rel="stylesheet" type="text/css" href="js/leaflet/leaflet.css" />
    <link rel="stylesheet" type="text/css" href="css/global.css" />
</head>
<body>
    <div id="bigmap"></div>
    <div id="menucollumn">
        <span class="pos"></span>
    </div>
    <div id="version">vx.x.x</div>
    <script type="text/javascript" src="js/leaflet/leaflet.js"></script>
    <script type="text/javascript" src="js/nav.js"></script>
</body>
</html>