summaryrefslogtreecommitdiffstats
path: root/src/html/preload-debug.html
diff options
context:
space:
mode:
authorNiklas2011-06-28 10:51:08 +0200
committerNiklas2011-06-28 10:51:08 +0200
commit2842ca3160966ed1633f9d6605531e18b435de61 (patch)
treed705e55b3307985da28307e24b7ac33a0e024cce /src/html/preload-debug.html
parentadded the networkDiscovery project into a new workspace folder (diff)
parentbuild.sh dummy (diff)
downloadfbgui-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.html12
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">