mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-08-16 16:45:22 +00:00
10 lines
199 B
HTML
10 lines
199 B
HTML
---
|
|
layout: v2
|
|
---
|
|
|
|
<h2>Redirecting...</h2>
|
|
<a href="{{ page.redirect_to }}">Click here if you are not redirected.</a>
|
|
<script>
|
|
location = '{{ page.redirect_to }}' + (location.hash || '');
|
|
</script>
|