diff options
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> |