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-debug.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-debug.html')
| -rw-r--r-- | src/html/preload-debug.html | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/html/preload-debug.html b/src/html/preload-debug.html index cc69aa1..29d7391 100644 --- a/src/html/preload-debug.html +++ b/src/html/preload-debug.html @@ -1,6 +1,6 @@ <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(); @@ -12,14 +12,16 @@ function quitgui(){ </head> <body> <div id="top"> +</div> +<div id="message"> <h1>Preboot GUI</h1> + <p>Waiting on internet... + <input type="button" name="go" value="load URL" + style="font-size:75%" + onclick="gogo()"> <input type="button" name="quit" value="quit" style="font-size:75%" onclick="quitgui()"> - <p>Waiting on internet...i - <input type="button" name="go" value="click me" - style="font-size:75%" - onclick="gogo()"> </p> </div> <div id="container"> |
