aboutsummaryrefslogtreecommitdiff
path: root/templates/redirect.index.html
diff options
context:
space:
mode:
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>