mirror of
https://github.com/tabler/tabler.git
synced 2025-12-25 11:29:57 +04:00
10 lines
410 B
HTML
10 lines
410 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<meta charset="utf-8">
|
|
<title>Redirecting…</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> |