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>ページが見つかりませんでした</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>ページが見つかりませんでした</h2>
14            <p>次の原因によりウェブページ <a href="%s">%s</a> を読み込めませんでした。</p>
15            <!-- The %e is replaced by a localized error string -->
16            <p>%e</p>
17        </body>
18    </head>
19</html>
20