summaryrefslogtreecommitdiffstats
path: root/fbbrowser/html/errorPage.html
blob: 271d9fe07ba50ec99ac26ff269430097db54f357 (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
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
       "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>

<script type="text/javascript">
function quitProgramm(){
webkitTest.signalQuitAll();
}

</script>

</head>
<body>
<h1>ERROR</h1>

<p>
No Internet Connection or Server is down.


Please contact your Administrator.
</p>

<form name="formular">
  <p>	
    <input type="button" name="quitProgramm_Button" value="quit programm"
      onclick="quitProgramm()">
  </p>
</form>

</body>
</html>