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