aboutsummaryrefslogtreecommitdiff
path: root/templates/redirect.index.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 20:40:12 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-10-19 20:40:12 +0530
commitd5a579c2bc8113f8f345ff5dc09f477831cda06a (patch)
tree20f42aa518cc17a49aaae6761be034ecbc3af5db /templates/redirect.index.html
parent027adc2dc28477006d2a94812be2df9502e19198 (diff)
new responsive design
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 3efe297..5aea0a1 100644
--- a/templates/redirect.index.html
+++ b/templates/redirect.index.html
@@ -3,7 +3,7 @@
<head>
<script>
function Redirect() {
- window.location = "/site-down";
+ window.location = "/new";
}
setTimeout('Redirect()', 10)
</script>