mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Normalize page redirections
Use a fallback HTML page with a manual and javascript redirect Keep canonical pages only for alerts
This commit is contained in:
parent
b988ce349c
commit
3da682b36b
11 changed files with 69 additions and 54 deletions
13
clients.html
13
clients.html
|
@ -1,8 +1,5 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!--Javascript redirect to the new url-->
|
||||
<html>
|
||||
<head>
|
||||
<meta name="robots" content="noindex">
|
||||
<script>window.location.href='/en/choose-your-wallet';</script>
|
||||
</head>
|
||||
</html>
|
||||
---
|
||||
layout: redirect
|
||||
redirect: /en/choose-your-wallet
|
||||
lang: en
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue