forked from WebManufacture/ILAB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ilab_users.html
34 lines (30 loc) · 889 Bytes
/
ilab_users.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
28
29
30
31
32
33
34
<!DOCTYPE HTML>
<html>
<head>
<title>ILAB client</title>
<script src="http://services.web-manufacture.net/Base/v1.5?join=true" type="text/javascript"></script>
<link href="http://services.web-manufacture.net/Styles/System.default.css" rel="stylesheet">
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<style type="text/css">
body{
font-size: 24px;
background: black;
color: white;
}
</style>
</head>
<body>
<p>Enter username:</p>
<input id = "usernameInput"/>
<ul id="userList">
</ul>
<script src="http://services.web-manufacture.net/ilab.js" type="text/javascript"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src = "ilab_users.js"></script>
<div class='chat-box'>
<pre class="content" id="ChatDiv">
</pre>
</div>
</script>
</body>
</html>