summaryrefslogtreecommitdiffstats
path: root/src/html/loadAbout.html
blob: e4da4551a1530c9558794ef945c99241a7b104cc (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">

<html>
<head>
<script type="text/javascript">
function gogo(){
  fbgui.trigger();
}
</script>
</head>
<body>
<h1>Waiting for an IP-Address</h1>

<p>
Make sure that you honor the great work of the programmers.
</p>
<p>
<input type="button" name="go" value="click me"
 onclick="gogo()">
</p>
</body>
</html>