-
Notifications
You must be signed in to change notification settings - Fork 37
/
index.html.docker
68 lines (65 loc) · 3.06 KB
/
index.html.docker
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Lacuna Expanse</title>
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/yui/2.8.1/build/reset-fonts-grids/reset-fonts-grids.css" />
<link rel="stylesheet" type="text/css" href="http://192.168.99.100:8080/lacuna/styles.css" />
<link href="//cdnjs.cloudflare.com/ajax/libs/pnotify/2.0.0/pnotify.all.min.css" rel="stylesheet">
<link rel="icon" href="http://s3.amazonaws.com/www.lacunaexpanse.com/favicon.png" type="image/png" />
<link rel="SHORTCUT ICON" href="http://s3.amazonaws.com/www.lacunaexpanse.com/favicon.ico" />
</head>
<body id="body" class="yui-skin-sam">
<div id="pulsing" class="nofooter yui-panel">
<div class="bd">
<img src="//s3.amazonaws.com/us1.lacunaexpanse.com/assets/ui/pulse-indicator.gif" alt="Pulse Indicator" />
</div>
</div>
<div id="header" class="yui-gb hidden">
<div id="headerShine"></div>
<div id="usersCenter">
<div id="usersArrow"></div>
<div id="users">Users Menu</div>
<div id="userMenu"></div>
</div>
<div id="userCenterShine"></div>
<div id="userClick"></div>
</div>
<div id="content">
<div id="nojavascript">
Lacuna Expanse requires Javascript to run. Please enable and reload the page.
</div>
</div>
<div id="footer" class="yui-gb hidden" style="bottom: 25px;">
<div id="footerShine"></div>
<div id="planetsCenter">
<div id="planetsArrow"></div>
<div id="planets">Planet Menu</div>
<div id="planetMenu"></div>
</div>
<div id="planetsCenterShine"></div>
<div id="planetsClick"></div>
</div>
<script id="noJsScript" type="text/javascript">
(function(){
//remove noscript notice
var nojs = document.getElementById("nojavascript");
if(nojs) {
nojs.parentNode.removeChild(nojs);
}
//remove script node as well
var njs = document.getElementById("noJsScript");
njs.parentNode.removeChild(njs);
})();
</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/yui/2.8.1/build/yuiloader/yuiloader-min.js"></script>
<script type="text/javascript">
lacuna_rpc_base_url = 'http://192.168.99.100:5000/';
lacuna_s3_base_url = '//d16cbq0l6kkf21.cloudfront.net/';
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/yui/2.8.1/build/yuiloader/yuiloader-min.js"></script>
<script type="text/javascript" src="http://192.168.99.100:8080/lacuna/load.js"></script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/pnotify/2.0.0/pnotify.all.min.js"></script>
</body>
</html>