loaderror.html revision f013e1afd1e68af5e3b868c26a653bbfb39538f8
1<html>
2    <head>
3        <title>Web page not available</title>
4        <style type="text/css">
5            body { margin-top: 0px; padding-top: 0px; }
6            h2   { margin-top: 5px; padding-top: 0px; }
7        </style>
8
9        <body>
10
11            <img src="file:///android_asset/webkit/android-weberror.png" align="top" />
12            <h2>Web page not available</h2>
13            <p>The Web page at <a href="%s">%s</a> could not be loaded as:</p>
14            <!-- The %e is replaced by a localized error string -->
15            <p>%e</p>
16        </body>
17    </head>
18</html>
19