diff options
| author | Rutger Broekhoff | 2026-08-29 15:36:06 +0200 |
|---|---|---|
| committer | Rutger Broekhoff | 2026-08-29 15:36:06 +0200 |
| commit | 1607ee08b4c0ee837e08e6d073dfba4cab6a91a6 (patch) | |
| tree | 7ca0b8065162aa6ea5fa1c7cb90c1be9b87c36e3 /web/index.html | |
| parent | 7fe9171a0082f8f1ac3ca7e05879be1900486104 (diff) | |
| download | routemon-1607ee08b4c0ee837e08e6d073dfba4cab6a91a6.tar.gz routemon-1607ee08b4c0ee837e08e6d073dfba4cab6a91a6.zip | |
Hmmmmm
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index 0fa0cea..49a4226 100644 --- a/web/index.html +++ b/web/index.html | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | <head> | 3 | <head> |
| 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 5 | 5 | ||
| 6 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css" integrity="sha512-Zcn6bjR/8RZbLEpLIeOwNtzREBAJnUKESxces60Mpoj+2okopSAcSUIUOseddDm0cxnGQzxIR7vJgsLZbdLE3w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | 6 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 7 | <link rel="stylesheet" href="style.css" /> | 7 | <link rel="stylesheet" href="style.css" /> |
| 8 | </head> | 8 | </head> |
| 9 | <body> | 9 | <body> |
| @@ -46,7 +46,7 @@ | |||
| 46 | <button autofocus>Sluiten</button> | 46 | <button autofocus>Sluiten</button> |
| 47 | </dialog> | 47 | </dialog> |
| 48 | 48 | ||
| 49 | <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js" integrity="sha512-BwHfrr4c9kmRkLw6iXFdzcdWV/PGkVgiIyIWLLlTSXzWQzxuSg4DiQUCpauz/EWjgk5TYQqX/kvn9pG1NpYfqg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | 49 | <script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 50 | <script src="index.js"></script> | 50 | <script src="index.js"></script> |
| 51 | </body> | 51 | </body> |
| 52 | </html> | 52 | </html> |