-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (20 loc) · 799 Bytes
/
index.html
File metadata and controls
36 lines (20 loc) · 799 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
36
<html>
<head>
<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js'></script>
<script src='https://cdn.firebase.com/js/client/2.2.1/firebase.js'></script>
<script src='names.js'></script>
<script src='js.cookie.js'></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="favicons/favicon-96x96.png" type="image/png" sizes="16x16">
<title>Smalltalk</title>
</head>
<body>
<img src="wordLogo.png" class='logo'>
<div id='loadingMessage'>Loading...</div>
<div id='messagesDiv'></div>
<input type='text' id='messageInput' placeholder='Message'>
<footer id='footer'>P. Grady, B. Kaplan, E. Torgas, B. Wang 2015</footer>
<script src='action.js'></script>
<script src='cleanup.js'></script>
</body>
</html>