Skip to content
Snippets Groups Projects
Commit 71d9175e authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

feat: use location.replace to hide redirection from history

parent 517321f1
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{ page.redirect.to }}">
<script>document.location.replace("{{ page.redirect.to }}");</script>
<meta http-equiv="refresh" content="3; url={{ page.redirect.to }}">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment