-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
32 lines (27 loc) · 1.03 KB
/
index.php
File metadata and controls
32 lines (27 loc) · 1.03 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Chattr - IM for Coders</title>
<link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />
<link href="/js/highlight/styles/solarized_dark.css" media="screen, projection" rel="stylesheet" type="text/css" />
<script src="/js/highlight/highlight.pack.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/mootools/1.4.1/mootools-yui-compressed.js"></script>
<script src="/js/mootools-more-1.4.0.1.js"></script>
<script src="/js/chattr.js"></script>
<script src="/js/chattr/interface.js"></script>
</head>
<body>
<div id="conversation"></div>
<div id="people"></div>
<form id="chat">
<fieldset>
<div class="auto-size">
<pre><span></span><br></pre>
<textarea id="msg"></textarea>
</div>
<input type="button" name="send" value="send" id="send">
<input type="button" name="sendcode" value="send code" id="sendcode">
</fieldset>
</form>
</body>
</html>