mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
fb1a857c56
- 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
13 lines
419 B
HTML
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>
|