diff options
Diffstat (limited to 'src/html/preload-debug.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"> |
