summaryrefslogtreecommitdiffstats
path: root/src/html/loadsystem.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/html/loadsystem.html')
-rw-r--r--src/html/loadsystem.html14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/html/loadsystem.html b/src/html/loadsystem.html
index f01ba5b..838423e 100644
--- a/src/html/loadsystem.html
+++ b/src/html/loadsystem.html
@@ -2,9 +2,6 @@
<head>
<link rel="stylesheet" type="text/css" href="loadsystem.css">
<script type="text/javascript">
-function gogo(){
- fbgui.trigger();
-}
//simple script to rotate all spinners 45 degrees on each tick
//this works differently from the css transforms, which is smooth
var count = 0;
@@ -20,8 +17,9 @@ window.setTimeout(rotate, 100);
</script>
</head>
<body>
-<div id="top">
- <p>Loading system, please wait...</p>
+
+<div id="message">
+ <h1>Loading system, please wait...</h1>
</div>
<div id="div4">
<div class="bar1"></div>
@@ -33,11 +31,5 @@ window.setTimeout(rotate, 100);
<div class="bar7"></div>
<div class="bar8"></div>
</div>
-<div id="container">
- <div id="footer-spacer"></div>
-</div>
-<div id="footer">
-<p>This might take a few minutes...</p>
-</div>
</body>
</html>