tabler-ui
Version:
Premium and Open Source dashboard template with responsive and high quality UI. For Free!
10 lines • 410 B
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>