forked from LivelyKernel/LivelyKernel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcloxp-wait.html
More file actions
32 lines (31 loc) · 807 Bytes
/
cloxp-wait.html
File metadata and controls
32 lines (31 loc) · 807 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
<html>
<head>
<title>cloxp workspace setup</title>
<meta http-equiv="refresh" content="5; url=http://cloxp.lively-web.org/">
<style>
body {
vertical-align: middle;
text-align: center;
font-family: sans-serif;
font-size: 36px;
color: #666666;
width: 100%;
}
.text {
position: absolute;
/*display: inline-block;*/
top: 10%;
left: 0;
right: 0;
background-image: url("/core/media/cloxp-logo-large.png");
background-repeat: no-repeat;
background-position: top;
background-size: inherit;
padding-top: 450px;
}
</style>
</head>
<body>
<div class="text">Please wait while we are preparing your workspace...</div>
</body>
</html>