index.html 1.0 KB
<!doctype html>
<html lang="en">
<head>
	<meta charset="UTF-8">
	<title>云信 Web Demo</title>
	<link rel="stylesheet" href="css/base.css"/>
	<link rel="stylesheet" href="css/animate.css"/>
	<link rel="stylesheet" href="css/index.css?v=1"/>
	<link rel="icon" href="images/icon.ico" type="image/x-icon"/>
</head>
<body>
	<div class="bad-network hide tc radius5px" id="j-errorNetwork">已与服务器断开,请检查网络连接</div>
	<div class="wrapper radius10px" id="j-wrapper">
		<div class="row tc">
			<a href="/webdemo/im/main.html">
				<button type="button" class="btn btn-login" id="j-loginBtn">IM即时通讯DEMO</button>
			</a>
		</div>
		<div class="row tc">
			<a href="/webdemo/im/chatroom/list.html">
				<button type="button" class="btn btn-login" id="j-loginBtn">聊天室DEMO</button>
			</a>
		</div>
	</div>
	<div id="footer" class="footer tc">
		<p class="hide">为了更好地体验本Demo,建议您使用Edge、Chrome、FireFox、Safari、360等主流浏览器。</p>
		<p>&copy;1997 - 2017 网易公司版权所有</p>
	</div>
</body>
</html>