0
|
1 |
<html>
|
|
2 |
<head>
|
|
3 |
<title>%1</title>
|
|
4 |
<style>
|
|
5 |
body {
|
|
6 |
padding: 3em 0em;
|
|
7 |
background: #eeeeee;
|
|
8 |
}
|
|
9 |
hr {
|
|
10 |
color: lightgray;
|
|
11 |
width: 100%;
|
|
12 |
}
|
|
13 |
img {
|
|
14 |
float: left;
|
|
15 |
opacity: .8;
|
|
16 |
}
|
|
17 |
#box {
|
|
18 |
background: white;
|
|
19 |
border: 1px solid lightgray;
|
|
20 |
width: 600px;
|
|
21 |
padding: 60px;
|
|
22 |
margin: auto;
|
|
23 |
}
|
|
24 |
h1 {
|
|
25 |
font-size: 130%;
|
|
26 |
font-weight: bold;
|
|
27 |
border-bottom: 1px solid lightgray;
|
|
28 |
margin-left: 48px;
|
|
29 |
}
|
|
30 |
h2 {
|
|
31 |
font-size: 100%;
|
|
32 |
font-weight: normal;
|
|
33 |
border-bottom: 1px solid lightgray;
|
|
34 |
margin-left: 48px;
|
|
35 |
}
|
|
36 |
ul {
|
|
37 |
font-size: 80%;
|
|
38 |
padding-left: 48px;
|
|
39 |
margin: 0;
|
|
40 |
}
|
|
41 |
#reloadButton {
|
|
42 |
padding-left: 48px;
|
|
43 |
}
|
|
44 |
</style>
|
|
45 |
</head>
|
|
46 |
<body>
|
|
47 |
<div id="box">
|
|
48 |
<img src="data:image/png;base64,IMAGE_BINARY_DATA_HERE" width="32" height="32"/>
|
|
49 |
<h1>%2</h1>
|
|
50 |
<h2>When connecting to: %3.</h2>
|
|
51 |
<ul>
|
|
52 |
<li>Check the address for errors such as <b>ww</b>.example.com
|
|
53 |
instead of <b>www</b>.example.com</li>
|
|
54 |
<li>If the address is correct, try checking the network
|
|
55 |
connection.</li>
|
|
56 |
<li>If your computer or network is protected by a firewall or
|
|
57 |
proxy, make sure that the browser demo is permitted to access
|
|
58 |
the network.</li>
|
|
59 |
</ul>
|
|
60 |
<br/><br/>
|
|
61 |
</div>
|
|
62 |
</body>
|
|
63 |
</html>
|