diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 18:06:57 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2020-10-19 18:06:57 +0530 |
commit | 0b959ccd5e1f68bc54dce7b11d17a18e38f9a1f1 (patch) | |
tree | 11807802843e4279d2630720ae9ec9e4cbab3750 /templates/redirect.index.html | |
parent | b21affc9a724d8c9d9bcbf05136bcb0128a42292 (diff) |
hell girl busy
Diffstat (limited to 'templates/redirect.index.html')
-rw-r--r-- | templates/redirect.index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/redirect.index.html b/templates/redirect.index.html index 63b279b..3efe297 100644 --- a/templates/redirect.index.html +++ b/templates/redirect.index.html @@ -3,7 +3,7 @@ <head> <script> function Redirect() { - window.location = "/en"; + window.location = "/site-down"; } setTimeout('Redirect()', 10) </script> |