|
14 | 14 | <meta name="twitter:card" content="summary">
|
15 | 15 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
16 | 16 |
|
| 17 | + <!-- add firebase --> |
17 | 18 | <script src="https://cdn.firebase.com/libs/firebaseui/4.0.0/firebaseui.js"></script>
|
18 | 19 | <link type="text/css" rel="stylesheet" href="https://cdn.firebase.com/libs/firebaseui/4.0.0/firebaseui.css" />
|
19 | 20 |
|
20 |
| - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
21 |
| - <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script> |
| 21 | + <!-- add jquery, ajax --> |
| 22 | + <script src="https://code.jquery.com/jquery-3.3.1.js"></script> |
22 | 23 | <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
|
23 |
| - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script> |
| 24 | + |
| 25 | + <!-- Add Bootstrap --> |
| 26 | + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> |
| 27 | + <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script> |
| 28 | + |
| 29 | + <!-- Add Data Tables --> |
| 30 | + <link rel="stylesheet" href="https://cdn.datatables.net/1.10.20/css/dataTables.bootstrap.min.css"> |
| 31 | + <script src="https://cdn.datatables.net/1.10.20/js/jquery.dataTables.min.js"></script> |
| 32 | + |
| 33 | + <!-- add mapswipe styles --> |
24 | 34 | <link type="text/css" rel="stylesheet" href="css/mapswipe.css" />
|
25 |
| - <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/dist/leaflet.css" |
26 |
| - integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" |
27 |
| - crossorigin=""/> |
28 |
| - <!-- Make sure you put this AFTER Leaflet's CSS --> |
29 |
| - <script src=" https://unpkg.com/[email protected]/dist/leaflet.js" |
30 |
| - integrity="sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og==" |
31 |
| - crossorigin=""></script> |
| 35 | + |
| 36 | + <!-- add leaflet and turf.js --> |
| 37 | + <link rel=" stylesheet" href=" https://unpkg.com/[email protected]/dist/leaflet.css" integrity=" sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==" crossorigin="" /> |
| 38 | + <script src=" https://unpkg.com/[email protected]/dist/leaflet.js" integrity=" sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8/oTtHPx9/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og==" crossorigin="" ></script> |
32 | 39 | <script src='https://npmcdn.com/@turf/turf/turf.min.js'></script>
|
33 | 40 |
|
| 41 | + <!-- add sentry --> |
34 | 42 | <script
|
35 | 43 | src="https://browser.sentry-cdn.com/5.7.1/bundle.min.js"
|
36 | 44 | integrity="sha384-KMv6bBTABABhv0NI+rVWly6PIRvdippFEgjpKyxUcpEmDWZTkDOiueL5xW+cztZZ"
|
|
0 commit comments