Files
pezkuwichain fb1a857c56 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
2026-01-11 17:57:15 +03:00

13 lines
419 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="initial-scale=0.5, maximum-scale=1">
<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://js.pezkuwichain.io/docs/">https://js.pezkuwichain.io/docs/</a>
</body>
</html>