templates/polygons/index.html line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.     <title>Parcelle cadastrale</title>
  8.     <link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.3/dist/leaflet.css"
  9.      integrity="sha256-kLaT2GOSpHechhsozzB+flnD+zUyjE2LlfWPgU04xyI="
  10.      crossorigin=""/>
  11.      <script src="https://unpkg.com/leaflet@1.9.3/dist/leaflet.js"
  12.      integrity="sha256-WBkoXOwTeyKclOHuWtc+i2uENFpDZ9YPdf5Hf+D7ewM="
  13.      crossorigin=""></script>
  14.      <script src="https://unpkg.com/leaflet.vectorgrid@latest/dist/Leaflet.VectorGrid.js"></script>
  15. </head>
  16. <body>
  17.     <div id="map" style="height: 1080px; width: 1920px;"></div>
  18.     <script src="{{ asset('app.js')}}"></script>
  19. </body>
  20. </html>