1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-25 11:29:57 +04:00
Files
tabler/_layouts/redirect.html
2018-02-19 20:17:04 +01:00

10 lines
410 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{ page.redirect_to }}">
<meta http-equiv="refresh" content="0; url={{ page.redirect_to }}">
<meta name="robots" content="noindex">
<noscript><a href="{{ page.redirect_to }}">Click here if you are not redirected.</a></noscript>
<script>location = "{{ page.redirect_to }}"</script>
</html>