nodomain.html revision 9066cfe9886ac131c34d59ed0e2d287b0e3c0087
1<html>
2    <head>
3        <title>您所查詢的網頁不存在或已移除</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>您所查詢的網頁不存在或已移除</h2>
13            <p>此網頁位址:<a href="%s">%s</a> 可能暫時無法存取或已經被移到新的網頁位址。</p>
14
15            <p><b>建議您嘗試以下動作:</b></p>
16            <ul>
17                <li>檢查裝置是否有訊號、資料連線是否正常。</li>
18                <li>稍後重新載入網頁</li>
19                <li>從 Google 檢視網頁快取複本</li>
20
21            </ul>
22        </body>
23    </head>
24</html>
25