0

Merge PR #1863 of vilhelmprytz

This commit is contained in:
Nicolas F
2021-06-04 13:45:00 +02:00

View File

@@ -1,7 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>{title}</title> <title>{title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@ -15,14 +14,14 @@
<link rel="stylesheet" href="leaflet.css" /> <link rel="stylesheet" href="leaflet.css" />
<script src="leaflet.js"></script> <script src="leaflet.js"></script>
<link rel="stylesheet" href="overviewer.css" type="text/css" /> <link rel="stylesheet" href="overviewer.css" type="text/css" />
</head> </head>
<!-- Generated at: {time} --> <!-- Generated at: {time} -->
<body onload="overviewer.util.initialize()"> <body onload="overviewer.util.initialize()">
<noscript style="color: white; background-color: black"> <noscript style="color: white; background-color: black">
If you can see this message, there is likely a problem loading the Overviewer JavaScript components. If you can see this message, there is likely a problem loading the
Check the JavaScript console for error messages. Overviewer JavaScript components. Check the JavaScript console for error
messages.
</noscript> </noscript>
<div id="mcmap"></div> <div id="mcmap"></div>
</body> </body>