Added redirect from old pages to new

This commit is contained in:
ErickSkrauch
2019-02-22 17:22:05 +03:00
parent b2451ffc9c
commit 8a16a1857e
5 changed files with 49 additions and 1 deletions

8
source/oauth.html Normal file
View File

@@ -0,0 +1,8 @@
<html lang="en">
<head>
<meta http-equiv="refresh" content="0; URL=/ru/oauth.html" />
<script>
window.location.href = '/ru/oauth.html'
</script>
</head>
</html>