Rebrand: Update docs redirect URLs from polkadot.js.org to js.pezkuwichain.io

- Changed all redirect URLs in docs/index.html and docs/404.html
- Updated from https://polkadot.js.org/docs/ to https://js.pezkuwichain.io/docs/
- Established js.pezkuwichain.io subdomain with SSL certificate
- Created landing page and documentation portal following Pezkuwi branding
This commit is contained in:
2026-01-11 17:57:15 +03:00
parent 6f578beca4
commit fb1a857c56
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
<meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.io/docs/'" />
<title>Redirecting to https://js.pezkuwichain.io/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
Redirecting to <a href="https://js.pezkuwichain.io/docs/">https://js.pezkuwichain.io/docs/</a>
</body>
</html>
+3 -3
View File
@@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<meta http-equiv="refresh" content="0;URL='https://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
<meta http-equiv="refresh" content="0;URL='https://js.pezkuwichain.io/docs/'" />
<title>Redirecting to https://js.pezkuwichain.io/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
Redirecting to <a href="https://js.pezkuwichain.io/docs/">https://js.pezkuwichain.io/docs/</a>
</body>
</html>