blob: 4897c3edcf1198dad3f9a05fc9845f2d690e049c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>Jitsi - The most advanced open source communicator</title>
<meta HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.jitsi.org">
</head>
<body>
<p>
<script>
document.location.replace("http://jitsi.org/");
</script>
</p>
</body>
</html>
|