-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchat.html
27 lines (27 loc) · 880 Bytes
/
chat.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en" ng-app="demo">
<head>
<meta charset="UTF-8">
<title>testRongyun</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="renderer" content="webkit">
<link rel="stylesheet" type="text/css" href="css/RongIMWidget.css"/>
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/angular.js"></script>
<script src="js/RongIMWidget.js"></script>
<script src="js/chart.js"></script>
</head>
<script>
window["SCHEMETYPE"] = "http";
if(navigator.userAgent.indexOf("MSIE 9")!=-1){
window.WEB_XHR_POLLING = true;
}
</script>
<body ng-controller="main">
<h1>this is the chat page user:shea</h1>
<button class="chatToManager">反馈</button>
<rong-widget></rong-widget>
<!-- 融云js -->
</body>
</html>