index.html [templates/er2_eofDB] Revision: default  Date:
{% load static %}
<!DOCTYPE html>
<html>
<head>
    <title>Edge Of Field Database</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" href="{% static 'er2_map/img/erams-icon.png' %}">
    <link rel="stylesheet" type="text/css" href="{% static 'er2_eofDB/dist/main.css' %}?v={{ version }}" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/weather-icons/2.0.9/css/weather-icons.min.css" />
    <link href="https://mapskincdn.appspot.com/1.0/mapskin.min.css" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    <link rel="stylesheet" type="text/css" href="https://cdn3.devexpress.com/jslib/19.1.3/css/dx.common.css" />
    <link rel="dx-theme" data-theme="generic.light" href="https://cdn3.devexpress.com/jslib/19.1.3/css/dx.light.css" />
    <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
    <script src="{% static 'er2_map/js/utils/browser.js' %}"></script>
</head>
<body style="margin: 0">
    <div id="root" />
</body>
    <script type="text/javascript" src="{% static 'er2_eofDB/dist/index.min.js' %}?v={{ version }}"></script>
</html>