aboutsummaryrefslogtreecommitdiffstats
path: root/www/index.html
blob: fe494612f8f0271b4e7274c78b3b5fe5ac0698b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
    <head>

	<title>www.sip-communicator.org</title>
	<meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.sip-communicator.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/");
		</script>
	</p>
</body>
</html>