diff options
Diffstat (limited to 'core/res/res/raw-ja/nodomain.html')
-rw-r--r-- | core/res/res/raw-ja/nodomain.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/core/res/res/raw-ja/nodomain.html b/core/res/res/raw-ja/nodomain.html new file mode 100644 index 0000000..1dff1d4 --- /dev/null +++ b/core/res/res/raw-ja/nodomain.html @@ -0,0 +1,24 @@ +<html> + <head> + <title>ページが見つかりませんでした</title> + <style type="text/css"> + body { margin-top: 0px; padding-top: 0px; } + h2 { margin-top: 5px; padding-top: 0px; } + </style> + + <body> + + <img src="file:///android_asset/webkit/android-weberror.png" align="top" /> + <h2>ページが見つかりませんでした</h2> + <p>ウェブページ <a href="%s">%s</a> は一時的にご利用いただけないか、URLが変更された可能性があります。</p> + + <p><b>ヒント:</b></p> + <ul> + <li>端末を圏内で使用していてデータ接続がアクティブであることを確認します</li> + <li>しばらくしてからページをリロードします</li> + <li>Googleでキャッシュされたページを表示します</li> + + </ul> + </body> + </head> +</html> |