also redirect from subdir

This commit is contained in:
Joseph Birr-Pixton 2017-10-07 13:32:37 +01:00
parent ef88850642
commit d4fbc9ff72
1 changed files with 9 additions and 0 deletions

9
rustls/index.html Normal file
View File

@ -0,0 +1,9 @@
<html>
<head>
<meta http-equiv="refresh" content="1; url=https://docs.rs/rustls/">
<title>Redirecting...</title>
</head>
<body>
<a href="https://docs.rs/rustls/">Redirecting...</a>
</body>
</html>