diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 14:17:35 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 14:17:35 +0530 |
commit | b21affc9a724d8c9d9bcbf05136bcb0128a42292 (patch) | |
tree | c37eb1fcb7b76419af0a5c93989a00e0663666c7 /templates/redirect.index.html | |
parent | f3bf3c402a8e7b6df0c44256b55c414ef229cf87 (diff) |
Added English site and a redirect page
Diffstat (limited to 'templates/redirect.index.html')
-rw-r--r-- | templates/redirect.index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/redirect.index.html b/templates/redirect.index.html new file mode 100644 index 0000000..63b279b --- /dev/null +++ b/templates/redirect.index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <script> + function Redirect() { + window.location = "/en"; + } + setTimeout('Redirect()', 10) + </script> + </head> +</html> |