Add docs redirect to root (#386)

This commit is contained in:
Jaco Greeff
2020-10-23 10:18:44 +02:00
committed by GitHub
parent 122e2c40ce
commit 15c73e6e07
9 changed files with 435 additions and 395 deletions
+12
View File
@@ -0,0 +1,12 @@
<!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://polkadot.js.org/docs/'" />
<title>Redirecting to https://polkadot.js.org/docs/</title>
</head>
<body>
Redirecting to <a href="https://polkadot.js.org/docs/">https://polkadot.js.org/docs/</a>
</body>
</html>