aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
diff options
context:
space:
mode:
authorEmil Ivov <emcho@jitsi.org>2012-04-03 15:25:34 +0000
committerEmil Ivov <emcho@jitsi.org>2012-04-03 15:25:34 +0000
commit01c9a5f6ec573b778065f60883fdb8c14df52171 (patch)
tree7366fd4bde175b9a64660df6631efc9ea1d7bd93 /www/index.html
parente77c861931d47f9ff217d8e680aa6a356a017bf3 (diff)
downloadjitsi-01c9a5f6ec573b778065f60883fdb8c14df52171.zip
jitsi-01c9a5f6ec573b778065f60883fdb8c14df52171.tar.gz
jitsi-01c9a5f6ec573b778065f60883fdb8c14df52171.tar.bz2
Tries to forward jitsi.java.net to jitsi.org
Diffstat (limited to 'www/index.html')
-rw-r--r--www/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/index.html b/www/index.html
index fe49461..4897c3e 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,15 +1,13 @@
<html>
<head>
- <title>www.sip-communicator.org</title>
- <meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.sip-communicator.org">
+ <title>Jitsi - The most advanced open source communicator</title>
+ <meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.jitsi.org">
</head>
<body>
- <h3>sip-communicator.org</h3>
<p>
- <a href="http://sip-communicator.org/">Forwarding to sip-communicator.org</a>
<script>
- document.location.replace("http://sip-communicator.org/");
+ document.location.replace("http://jitsi.org/");
</script>
</p>
</body>