diff options
| author | Sebastian Schmelzer | 2011-12-01 12:32:58 +0100 |
|---|---|---|
| committer | Sebastian Schmelzer | 2011-12-01 12:32:58 +0100 |
| commit | fd0d62cc9aebb48fae6d98c6edfe2580b42327da (patch) | |
| tree | 2352311d0c3254ef34c73f55624462bcc79bfab7 /src/fbgui/html/continueBoot.html | |
| parent | minor changes (diff) | |
| parent | den pfad zur common header file angepasst (diff) | |
| download | fbgui-fd0d62cc9aebb48fae6d98c6edfe2580b42327da.tar.gz fbgui-fd0d62cc9aebb48fae6d98c6edfe2580b42327da.tar.xz fbgui-fd0d62cc9aebb48fae6d98c6edfe2580b42327da.zip | |
merge with master-team-project
Diffstat (limited to 'src/fbgui/html/continueBoot.html')
| -rw-r--r-- | src/fbgui/html/continueBoot.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/fbgui/html/continueBoot.html b/src/fbgui/html/continueBoot.html new file mode 100644 index 0000000..89020b7 --- /dev/null +++ b/src/fbgui/html/continueBoot.html @@ -0,0 +1,24 @@ +<html> +<head> +<link rel="stylesheet" type="text/css" href="qrc:/html/networkdiscovery.css"> +<link rel="stylesheet" type="text/css" href="qrc:/html/css/jquery-ui-1.8.16.css"> +<script type="text/javascript" src="qrc:/html/js/jquery-1.6.4.min.js"></script> +<script type="text/javascript" src="qrc:/html/js/jquery-ui-1.8.16.min.js"></script> +<script type="text/javascript" src="qrc:/html/js/nd-functions.js"></script> + + +</head> +<body> +<div id="top"> +</div> +<div id="message"> + <h1>Continue Boot</h1> +</div> +<div id="container"> + <div id="footer-spacer"></div> +</div> +<div id="footer"> + <p>RZ Uni Freiburg, 2011</p> +</div> +</body> +</html> |
