aboutsummaryrefslogtreecommitdiff
path: root/templates/redirect.index.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 18:06:57 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 18:06:57 +0530
commit0b959ccd5e1f68bc54dce7b11d17a18e38f9a1f1 (patch)
tree11807802843e4279d2630720ae9ec9e4cbab3750 /templates/redirect.index.html
parentb21affc9a724d8c9d9bcbf05136bcb0128a42292 (diff)
hell girl busy
Diffstat (limited to 'templates/redirect.index.html')
-rw-r--r--templates/redirect.index.html2
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>