summaryrefslogtreecommitdiffstats
path: root/src/html/preload.html
blob: a01dbd7daeac3cc1e3ffc07a8516c649fbf40224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="text/javascript">
function gogo(){
    fbgui.trigger();
}
</script>
</head>
<body>
<div id="top">
  <h1>Preboot GUI</h1>
  <p>Waiting on internet...
  </p>
</div>
<div id="container">
  <div id="footer-spacer"></div>
</div>
<div id="footer">
  <p>RZ Uni Freiburg, 2011</p>
</div>
</body>
</html>