Update web-socket.html
Browse files- web-socket.html +0 -4
web-socket.html
CHANGED
@@ -7,13 +7,9 @@
|
|
7 |
<link
|
8 |
rel="stylesheet"
|
9 |
href="https://unpkg.com/[email protected]/dist/leaflet.css"
|
10 |
-
integrity="sha256-sA+e0L5rG3tXZm7sn+v3z4xn7As9H9i57VFlLx4Q3uU="
|
11 |
-
crossorigin=""
|
12 |
/>
|
13 |
<script
|
14 |
src="https://unpkg.com/[email protected]/dist/leaflet.js"
|
15 |
-
integrity="sha256-o2eScTq2gk1sCewkwKJmJY4W1EfA/HC2n20MRKdA5h0="
|
16 |
-
crossorigin=""
|
17 |
></script>
|
18 |
<style>
|
19 |
table { border-collapse: collapse; width: 100%; margin-bottom: 20px;}
|
|
|
7 |
<link
|
8 |
rel="stylesheet"
|
9 |
href="https://unpkg.com/[email protected]/dist/leaflet.css"
|
|
|
|
|
10 |
/>
|
11 |
<script
|
12 |
src="https://unpkg.com/[email protected]/dist/leaflet.js"
|
|
|
|
|
13 |
></script>
|
14 |
<style>
|
15 |
table { border-collapse: collapse; width: 100%; margin-bottom: 20px;}
|