diff options
| author | Niklas Goby | 2011-11-23 11:56:19 +0100 |
|---|---|---|
| committer | Niklas Goby | 2011-11-23 11:56:19 +0100 |
| commit | c0b6b199a9878bc1e95907200501211c09c1e66c (patch) | |
| tree | 0079c34c6536e5f1d0414aebde1793db60a78f35 /src/html/preload-debug.html | |
| parent | deleted the NetworkDiscovery and UnixDomainSocketServer folder (diff) | |
| download | fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.gz fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.tar.xz fbgui-c0b6b199a9878bc1e95907200501211c09c1e66c.zip | |
created modules
Diffstat (limited to 'src/html/preload-debug.html')
| -rw-r--r-- | src/html/preload-debug.html | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/html/preload-debug.html b/src/html/preload-debug.html deleted file mode 100644 index 29d7391..0000000 --- a/src/html/preload-debug.html +++ /dev/null @@ -1,34 +0,0 @@ -<html> -<head> -<link rel="stylesheet" type="text/css" href="preload.css"> -<script type="text/javascript"> -function gogo(){ - fbgui.trigger(); -} -function quitgui(){ - fbgui.quit(); -} -</script> -</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> -</div> -<div id="container"> - <div id="footer-spacer"></div> -</div> -<div id="footer"> - <p>RZ Uni Freiburg, 2011</p> -</div> -</body> -</html> |
