demo update
This commit is contained in:
parent
a0a5e94767
commit
f156ad6700
|
@ -4,12 +4,42 @@
|
|||
<title>Title</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/web/js/highlight/hlb9c.css"/>
|
||||
<script src="https://file.brz9.dev/web/js/highlight/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<link rel="stylesheet" href="asset/css/style.css"/>
|
||||
|
||||
<!-- Leaflet -->
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/maplibre/leaflet.css"/>
|
||||
<script src="https://file.brz9.dev/cdn/maplibre/leaflet.js"></script>
|
||||
|
||||
<!-- Maplibre GL -->
|
||||
<link href="https://file.brz9.dev/cdn/maplibre/maplibre-gl.css" rel='stylesheet'/>
|
||||
<script src="https://file.brz9.dev/cdn/maplibre/maplibre-gl.js"></script>
|
||||
<script src="https://file.brz9.dev/cdn/maplibre/leaflet-maplibre-gl.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">
|
||||
|
||||
<pre><code class="language-xml">
|
||||
<-- Leaflet -->
|
||||
<link rel="stylesheet" href="https://file.brz9.dev/cdn/maplibre/leaflet.css"/>
|
||||
|
||||
<script src="https://file.brz9.dev/cdn/maplibre/leaflet.js"> </script>
|
||||
|
||||
|
||||
<!-- Maplibre GL -->
|
||||
|
||||
<link href="https://file.brz9.dev/cdn/maplibre/maplibre-gl.css" rel='stylesheet'/>
|
||||
|
||||
<script src="https://file.brz9.dev/cdn/maplibre/maplibre-gl.js"> </script>
|
||||
|
||||
<script src="https://file.brz9.dev/cdn/maplibre/leaflet-maplibre-gl.js"> </script>
|
||||
|
||||
|
||||
</code></pre>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue