loaderror.html revision 9066cfe9886ac131c34d59ed0e2d287b0e3c0087
1<html>
2    <head>
3        <title>Websiden er ikke tilg&aelig;ngelig</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>Websiden er ikke tilg&aelig;ngelig</h2>
13            <p>Websiden p&aring; <a href="%s">%s</a> kunne ikke indl&aelig;ses som:</p>
14            <!-- The %e is replaced by a localized error string -->
15            <p>%e</p>
16        </body>
17    </head>
18</html>
19