-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat.html
More file actions
35 lines (29 loc) · 903 Bytes
/
chat.html
File metadata and controls
35 lines (29 loc) · 903 Bytes
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
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<link rel="stylesheet" href="">
</head>
<body>
<!-- anglo @ NandOX Chat / Start -->
<script language="javascript">
var nandconf = {};
nandconf['website'] = 'anglo.cl';
nandconf['room'] = 'anglo';
nandconf['lang'] = 'es';
nandconf['fullscreen'] = '0';
nandconf['width'] = '750';
nandconf['height'] = '440';
nandconf['skin'] = 'nandox2';
nandconf['ulisticons'] = 'nandox';
nandconf['eroschan'] = '0';
nandconf['showServerWindow'] = '1';
nandconf['disableFlash'] = '1';
</script>
<div id="free-chat-nandox"></div>
<script type="text/javascript" src="http://www.nandox.com/js/free-chat-loader.js" async="async"></script>
<!-- anglo @ NandOX Chat / end -->
</body>
</html>