forked from hlatki/FridgeNode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·26 lines (20 loc) · 1.03 KB
/
index.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
<html>
<head>
<title>FridgeNode</title>
<link rel="stylesheet" type="text/css" href="/style.css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/jquery-ui.min.js"></script>
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="/client.js"></script>
<script type="text/javascript">
</script>
</head>
<body>
<div id="error"><span style="font-weight: bold">Error:</span> Due to a bug I haven't gotten around to fixing, the app doesn't always load.
Please wait and it might eventually load.
This only seems to happen with Firefox;
WebKit browsers (e.g. Chrome or Safari) work as expected</div>
<div id="header"><h1>(FridgeNode)</h1><span class="info">v1.2</span><p>Move the words around (click and drag) and everyone else on the page will see what you have done.</p></div>
<div class="info" id="numUsers"> </div>
</body>
</html>