diff options
| author | Niklas | 2011-06-28 10:51:08 +0200 |
|---|---|---|
| committer | Niklas | 2011-06-28 10:51:08 +0200 |
| commit | 2842ca3160966ed1633f9d6605531e18b435de61 (patch) | |
| tree | d705e55b3307985da28307e24b7ac33a0e024cce /src/html/preload.html | |
| parent | added the networkDiscovery project into a new workspace folder (diff) | |
| parent | build.sh dummy (diff) | |
| download | fbgui-2842ca3160966ed1633f9d6605531e18b435de61.tar.gz fbgui-2842ca3160966ed1633f9d6605531e18b435de61.tar.xz fbgui-2842ca3160966ed1633f9d6605531e18b435de61.zip | |
Merge branch 'master' of git.openslx.org:lsfks/projekte/fbgui
Diffstat (limited to 'src/html/preload.html')
| -rw-r--r-- | src/html/preload.html | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/src/html/preload.html b/src/html/preload.html index bb63050..bc0abd9 100644 --- a/src/html/preload.html +++ b/src/html/preload.html @@ -1,10 +1,7 @@ <html> <head> -<link rel="stylesheet" type="text/css" href="style.css"> +<link rel="stylesheet" type="text/css" href="preload.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; @@ -21,9 +18,9 @@ window.setTimeout(rotate, 100); </head> <body> <div id="top"> - <h1>Preboot GUI</h1> - <p>Waiting on internet... - </p> +</div> +<div id="message"> + <h1>Waiting for internet...</h1> </div> <div id="div4"> <div class="bar1"></div> |
