Files
leaflet/docs/_layouts/redirected.html
2019-08-14 11:49:11 +03:00

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>