1<html>
2    <head>
3        <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
4        <title>Websiden er ikke tilg&aelig;ngelig</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>Websiden er ikke tilg&aelig;ngelig</h2>
14            <p>Websiden p&aring; <a href="%s">%s</a> kunne ikke indl&aelig;ses som:</p>
15            <!-- The %e is replaced by a localized error string -->
16            <p>%e</p>
17        </body>
18    </head>
19</html>
20