added index.html

This commit is contained in:
Oleg Moskalenko 2015-07-17 23:39:04 -07:00
parent cfe61ab284
commit fa35982985

17
index.html Normal file
View File

@ -0,0 +1,17 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1;https://github.com/coturn/coturn/">
<script type="text/javascript">
window.location.href = "https://github.com/coturn/coturn"
</script>
<title>TURN Server Coturn</title>
</head>
<body>
<!-- Note: don't tell people to `click` the link, just tell them that it is a link. -->
If you are not redirected automatically, follow the <a href='https://github.com/coturn/coturn/'>link to coturn project page</a>
</body>
</html>