forked from WeTheInternet/collide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemo.html
More file actions
30 lines (30 loc) · 686 Bytes
/
Copy pathdemo.html
File metadata and controls
30 lines (30 loc) · 686 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
<!doctype html>
<html>
<head>
<title>CollIDE - Collaborative Development</title>
<script src="/static/sockjs-0.2.1.min.js"></script>
<script src="/static/vertxbus.js"></script>
<script src="/static/Demo/Demo.nocache.js"></script>
<script>
window["__session"] = {
sessionID: "e852272f-675d-4dfb-98cd-805e6c13c88d",
activeClient: "be7f3dd7-2105-4abd-9f4a-d924bae630dc",
name: "Guest"
};
window["collide"] = {
name: "James",
module: "collide.demo.Child",
open: "/demo/src/main/java/collide/demo/child/ChildModule.java"
};
</script><style>
#gwt_root {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
</style>
</head>
<body><div id='gwt_root'></div></body>
</html>