diff options
| author | Jonathan Bauer | 2011-04-24 02:22:03 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2011-04-24 02:22:03 +0200 |
| commit | ce42f447314d241d725f77d4dd12b00f7ca5a7b6 (patch) | |
| tree | 2df47d0b382dece1a14b6205584af3c3d9fa305c /src/html | |
| parent | loading system page (diff) | |
| download | fbgui-ce42f447314d241d725f77d4dd12b00f7ca5a7b6.tar.gz fbgui-ce42f447314d241d725f77d4dd12b00f7ca5a7b6.tar.xz fbgui-ce42f447314d241d725f77d4dd12b00f7ca5a7b6.zip | |
download manager threaded again, debug preload page
Diffstat (limited to 'src/html')
| -rw-r--r-- | src/html/preload-debug.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/html/preload-debug.html b/src/html/preload-debug.html index cc69aa1..0aad6c5 100644 --- a/src/html/preload-debug.html +++ b/src/html/preload-debug.html @@ -13,13 +13,13 @@ function quitgui(){ <body> <div id="top"> <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"> |
